> >If I have say 20 web servers in a cluster behind something like a Cisco > >LocalDirector, will session data remain constant over the 20 web servers if > >they use a shared NFS or similar mount to save session data on? > Have a look at msession at http://www.mohawksoft.com/phoenix/ > It works very well, I would not run the patch on the standard php session > code as it seems to cause problems if you want to switch between session > types. (at least on my setup php-4.2.1 apache linux) > I have a class to manipulate msession as a user session if you need it.
I'll have a look at it... I'd definitely need something that is server side however. People doing PHP code, and hosting it on these "clusters" do not even know that their sites are on clusters. The content is uploaded on servers that do not even have web servers on them, all sorts of very nifty advance stuff. By your reply however, I take it simply using a "shared" directory for session data isn't going to work? -- me -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php