Hi All:

In my application, i load database depending on the url(with client 
specific subdomains)used. So, at times i intentionally clear the 
sessions to land the user in correct db. But this is not posing any 
problem.

It works all well on my localhost but when i placed the same application 
on the server running Fast CGI, it logs out every now and then.

The production.log says "Filter chain halted as 
[#<ActionController::Filters::ClassMethods::SymbolFilter:0xdf7eccc 
@filter=:login_required>] returned false."

Although in the flow there is no single call to the function responsible 
for clearing the session. I maintain session in db, tried to clear them 
all to check if it helps but no success.

Can anybody lead me in the right direction? What's could be the probable 
reason of such vivid behavior. Is FAST CGI, the culprit?

What should be done to get out of this issue?
Thanks in Advance

Priya Saini


-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to