Displaying 1 result from an estimated 1 matches for "my_app_session_id".
2007 Aug 16
3
Sessions on Rails with Pound and Mongrel
...s to a
different backend server to the one I logged in on then another
session gets created and hence I am now logged out. I can see both my
cookie session_id change and a new session get created in the
database.
I can solve this using stick sessions in pound such that the rails
cooke is written as my_app_session_id and pound looks for this cookie
and redirects all request with the same id for this cookie to the same
backend server. However this shouldn''t be necessary. Does anybody have
any ideas.
Thanks in advance
Anthony
--~--~---------~--~----~------------~-------~--~----~
You received this mes...