Re: Session in two servers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
I am using sessions in my web application which is installed in two
pawns. So the request is randomly picked by one of the two servers. I
am using files in php session but not database. My problem is, if the
first request go to one server and the session is created there, then
for the following request going to other server will not have session.
How can we manage the session simultaniously in two servers? Please
help me in this regard.

You could modify your app so that upon the first request (randomly picked) the client will then continue to use that server until they quit their browser.


Might not work for your situation, but it would get around the file/session issue...

-philip

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux