Hello,

I'm having problems with sessions. Since I use MySQL to store sessions, I
always have to call session_write_close() at the end of every page,
otherwise session variables don't get saved.

If I use PHP's built-in 'files' method to store session vars, then
everything works fine, I don't need to call session_write_close() and even
so the variables get saved and are restored correctly.

Is it a bug? Or is there something I don't know about?

-- 
 Gabor Gludovatz <[EMAIL PROTECTED]> http://www.sopron.hu/~ggabor/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to