Mar 23rd, 2010, 5:22 AM
This is what I found when trying to login on Server B, Formtools creates
5 sessions instead of only 1 inside /var/lib/php/session
sess_1ju6jb8h1m8gvq7acsrd0j8ep0
ft|a:18
:13:"login_user_id";s:1:"1";s:18:"login_account_type";s:5:"admin";s:15:"program_version";s:5:.......................................
sess_8kr257d44gmbl52qt9ld9741i0
This one is empty
sess_sqlj8napk8qcep499pnpuuan17
ft|a:0:{}
sess_2ca6cjkai67susie05retoge44
ft|a:0:{}
sess_p7p4107o2v7un9gr9vnf675te3
ft|a:0:{}
On Server A it only creates only one session during login and it lets me in properly. When I log in on Server A it only creates 1 session which contains the same content as the session above sess_1ju6jb8h1m8gvq7acsrd0j8ep0
I added the $g_session_type = "database" in the config file and restarted apache but the Formtools is still saving session within /var/lib/php/session
I checked the php.ini on Server A and Server B and they are the same. The formtools files are the same and the database is the same.
What is causing this?
5 sessions instead of only 1 inside /var/lib/php/session
sess_1ju6jb8h1m8gvq7acsrd0j8ep0
ft|a:18

sess_8kr257d44gmbl52qt9ld9741i0
This one is empty
sess_sqlj8napk8qcep499pnpuuan17
ft|a:0:{}
sess_2ca6cjkai67susie05retoge44
ft|a:0:{}
sess_p7p4107o2v7un9gr9vnf675te3
ft|a:0:{}
On Server A it only creates only one session during login and it lets me in properly. When I log in on Server A it only creates 1 session which contains the same content as the session above sess_1ju6jb8h1m8gvq7acsrd0j8ep0
I added the $g_session_type = "database" in the config file and restarted apache but the Formtools is still saving session within /var/lib/php/session
I checked the php.ini on Server A and Server B and they are the same. The formtools files are the same and the database is the same.
What is causing this?