search for: site_session

Displaying 1 result from an estimated 1 matches for "site_session".

2010 Jun 11
2
How to use an active record store session model?
I have a toy rails app, 2.3.5 on Debian ''squeeze'', that uses the ActiveRecord session store. I can see that it set cookies and inserts rows into the database table ''sessions''. Inside a controller, how do I acquire a reference to the model object representing the current session? This used to be possible by calling ''session.model'' but in