Just an FYI -- the problem solved itself by moving away from ActiveRecord and using either memcache or SqlSession.
Thanks, --TR > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Sean Brown > Sent: Wednesday, April 25, 2007 9:09 AM > To: [email protected] > Subject: Re: [Mongrel] Session problem mongrel behind Apache proxy > > On 4/25/07, Reese, Terry <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > I've configured mongrel_clusters behind an Apache 2.2 proxy using > > > named virtual host. Session are saved as ActiveRecordSession. But > > > the cookies created on client side doesn't correspond to session > > > data saved in database (keys are different). The RoR app > react just > > > like it doesn't have a session at all. > > > > > > If I don't use Apache as a proxy/load balancer and call directly > > > Mongrel_cluster, everything works well. > > > > > > What should I do to get session working with Mongrel behind an > > > Apache proxy/load balancer ? > > > > I'm curious -- did you find a solution to this problem. We have > > recently moved from a single mongrel thread to a placing mongrel > > behind Apache's load balancer and we are running into the > same problem > > -- the initial request to the application initiates a session, but > > subsequent requests fail because the session data is empty. > Like you, > > if we don't use the load balancer it works fine. > > > We've been working with the exact situation you both outline > above, but we've had no issues like you've described. To be > clear, we've > got: > > 6 mongrels (clustered) > Apache 2.2 proxying and load balancing, (as well as handling > the static content) > > Would you mind posting your Apache Virtual Host block? My > guess is a misconfiguration there. > > Sean > _______________________________________________ > Mongrel-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/mongrel-users > _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
