Hi,
I’m using a session Db system (Zf)
and I’ve just a lot of problems with
an appliaction that has served by two
server (randomly).
It works fine with login etc but
if by host file you change the
server you are logged out.
Have you any idea on what
I’ve to check out ?
Thanks.
Bye
You need to check it.
It is clear that you are using db for saving session to avoid this type of the problems. Most probably you are saying that, You will add another column in the table to save session_path and based on server checked through php,you will get session data from changed session_path in run time. But I am not sure, because I have not worked on this type of situation.
(It is well and good to think that user browsing the site will not be able to change the host file.)