2009/10/30 Natal Ngétal <[email protected]> > Le vendredi 30 octobre 2009 à 12:19:05, Jim Spath a écrit : > > Is your server IP list _exactly_ the same across all of the > > front-end servers? > Yes. And since I've set hash_namespace to true, I keep my session when I > restart apache on a server. But it doesn't keep the session if I go on a > page from another apache server, although the configuration is > exactly the same on each server. >
Throw in some debugging on each web server. Make sure the same session id is presented to each. Make sure the same memcached key is requested. Write a small script to fetch the session. Then run it on all machines. Obviously, your cookie's domain isn't changing, right? -- Bill Moseley [email protected]
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
