Hi.
The version of php on my linux server was updated to 5.3.
But now i face a problem... It seams that symfony session its not working properly. Every time I refresh a page the session id changes... I've the session storage on database, and that works before the update, now it enters a new row every time I refresh a page.
So now, I cant make an ajax request, because it will generate another session_id, and in that request the user does not exists...
Anyone has this problem?
Thank you very much for your help!
