Hi all,

Actually My Rails application configuration is on Apache/Mongrel/Rails.We
are using Apache for balancing.We have clustered Mongrel and What we assume
is happening is that we have a problem with RoR sessions. Currently, we're
running 3 mongrel servers (let's call them A, B and C). Now assume a new
session is created by Server A and the ID is passed to the client (web
browser) as a cookie which will be passed back to the server in subsequent
HTTP requests.Now assume such a request is handled by server B. Server B
would try to lookup the object in its session store but wouldn't find
anything and hence,
it would simply create a new session.Then we are getting Exception because
session is not available at that point.We are Using Memcache and we came to
a conclusion like we need to use another alternative to memcache for session
storage.

So please let me know is there any alternative way to solve this problem? or
do we need to chage the entire configuration ? If so, how we need to proceed
further.

People said that this group is having expert brains,i forgot to post this
question in past and i would be happy if any body gives any link or explain
me how to resolve my issue.I would be great to you :)

Thanks in Advance !

Cheers,
Kishan

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to