> 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.
 
--TR
 
*******************************************
Terry Reese
Cataloger for Networked Resources
Digital Production Unit Head
Oregon State University Libraries
Corvallis, OR  97331
tel: 541-737-6384
email: [EMAIL PROTECTED]
http: http://oregonstate.edu/~reeset
*******************************************
_______________________________________________
Mongrel-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to