Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Session and Management Sessions API
  • Hi Guys


    I asked this question on IRC, however nobody there manifested, so I came looking for some help on this issue here in the forum :) 


    With fuelphp, I record the session after receiving the POST data, and return session_id. And every request the user to identify the login, I would like to rescue this session using the session_id

    But I can not rescue this session_id

    There is a better way to store this login session?

    OBS: My Sessions is storage im memcache
    OBS: Sorry my English, I am Brazilian and my English is not the best!

    Thanks :)

  • Sorry, I can't be online 24/7 :-)

    You want to access the session_id of the active session? Use \Session::key('session_id').

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion