
moseley at hank
Oct 30, 2009, 10:22 AM
Post #6 of 6
(1140 views)
Permalink
|
2009/10/30 Natal Ngétal <hobbestigrou [at] erakis> > 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 moseley [at] hank
|