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?
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.