Posted by Matthew Weier O'Phinney on 10/21/33 11:12
* Srinadh Sannidhanam <ssnadh@gmail.com>:
> 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 have two options:
* share a networked partition between the two servers to which each will
write/read for session information; change your php.ini file's session
save path to that partition
* read and write sessions to a shared container, such as a database
--
Matthew Weier O'Phinney | WEBSITES:
Webmaster and IT Specialist | http://www.garden.org
National Gardening Association | http://www.kidsgardening.com
802-863-5251 x156 | http://nationalgardenmonth.org
mailto:matthew@garden.org | http://vermontbotanical.org
Navigation:
[Reply to this message]
|