On Mon, February 11, 2008 11:33 am, chetan rane wrote: > Can any one tell me what will be the best way to maintain session > information on a Multi Server Architecture i.e a Web Cluster.
Write a custom session handler which: a) binhex the session data, and if it is less then 4K, put the actual session data into a Cookie on the user's computer. Then their session data travels with them. b) If it's MORE than 4K, put it into memcache (or is it memcached?) on an external box, which propogates to its own clusters. More details somewhere on this site: http://hostedlabs.com/ -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php