Posts in August 2009
-
How to Store Rails Sessions in a database
13 August 2009 | 0 comments | Tagged as: ruby-on-rails
By default Rails will store session data in text files within the /tmp/sessions directory. If you are fed up with all the files that are generated and sick of the housekeeping that they incur, then you may prefer to store this data in your database. Rails comes with ActiveRecord ...
Read more


