Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Session with Ajax
  • I need a help, i am making a application that need keep data in session.
    I am inserting data in session by ajax, but i can't keep the data of the session.
    Can anyone help me?
  • Are you using cookie based sessions or some other session store?
  • Yes i'm using cookie based.
  • Always a misery with cookie based sessions. It depends on your browser and the way you create your ajax requests if your session cookie in the browser is updated after the ajax request is finished. Use firebug (or something like that) to see if the updated session cookie comes back with the ajax response, and if the browser you use will store that as the current session cookie.

Howdy, Stranger!

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

In this Discussion