On Friday 26 September 2003 01:14, Sagi Bashari wrote:
> > If your application is writen as a Java web-app then you can take
> > advantage of
> > clustered Servlet engines, which enable sharing of sessions in a
> > cluster, just
> > for this kind of situations (in addition to the scalability advantage).
> >
> > Does PHP have such stuff?
>
> Thats not a problem. PHP uses plain files to store sessions data, so all
> I need to do is to set the sessions directory to a location that is
> shared by both servers.

Or you can store it in the same database as the rest of the site's data.

-- 
Oded


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to