Hi Alex, If you're using rails 2.3.2, take a look at ./config/initializers/ session_store.rb. There you'll see what you're looking for:
... #ActionController::Base.session_store = :active_record_store ... Jeff On Jun 11, 8:10 am, Alex Barlow <[email protected]> wrote: > Hi guys, new here so bonjour.. > > Sorry if this question has been asked, but i had a good look and i'm > just generally confused about this at the moment! > > ive been learning rails for about 4 months now and im on to sessions > and more importantly where there stored, i have "Agile web > development" and the lydna screencasts which both talk about sessions. > > However the agile web development book describes these as > ActiveRecordStore, which no longer exists? > > and Lynda.com is using an old unscalable file system method? > > Is there a nice guide, long or short someone on the web that shows how > to do sessions currently and preferably storing them in a database > (mysql)? > > Cheers, Alex --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

