search for: sqlsession

Displaying 3 results from an estimated 3 matches for "sqlsession".

Did you mean: sql_session
2006 Apr 25
5
Authorisation question
My authentication (signup/login) is up and running in my app, now I need to implement an authorisation system. Its not going to be a complex one. One admin (me) and then normal members and premium members. Any tutorials or tips on a simple way to get this running? Thanks. -- Posted via http://www.ruby-forum.com/.
2007 Aug 27
0
Old sessions being restored
So, this is an update to an early query. We have a single server running 5 mongrel instances. We use apache''s mod_proxy_balancer to distribute requests between the mongrel instances. For the time being, I''ve setup SQLSession as my session manager so I can see data being written into an sql database. My question. If rails has difficulty restoring a requested session, will it simply restore and old session? I ask because what I''m seeing is odd. I can see the session created in the database -- the session i...
2007 Apr 17
5
Session problem mongrel behind Apache proxy
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