PHP5 Session handler class, mysql, multiple servers, suhosin
Moderator: General Moderators
PHP5 Session handler class, mysql, multiple servers, suhosin
Edited to end confusion of the topic
Last edited by Krysti on Thu Aug 12, 2010 3:35 pm, edited 1 time in total.
Re: PHP5 Session handler class, mysql, multiple servers.
Little more info
Both servers run Suhosin
Master server (everything works including session handler code above)
PHP 5.2.6-1+lenny9 with Suhosin-Patch 0.9.6.2 (cli) (built: Aug 4 2010 03:25:57)
Slave server (Has run a session based login system without db before, basically same code, except a session handler)
PHP 5.2.12 with Suhosin-Patch 0.9.7 (cli) (built: Feb 18 2010 18:32:36)
no errors are returned for any code.
Both servers run Suhosin
Master server (everything works including session handler code above)
PHP 5.2.6-1+lenny9 with Suhosin-Patch 0.9.6.2 (cli) (built: Aug 4 2010 03:25:57)
Slave server (Has run a session based login system without db before, basically same code, except a session handler)
PHP 5.2.12 with Suhosin-Patch 0.9.7 (cli) (built: Feb 18 2010 18:32:36)
no errors are returned for any code.
Re: PHP5 Session handler class, mysql, multiple servers.
Further progress, I disabled suhosin's cookie/session encryption.. apparently this is a problem, any insight where perhaps I can keep suhosin sessions encrypted between the two servers?