On Wed, 2009-09-30 at 14:23 -0700, heimdull wrote: > > Have a look at > http://guides.rubyonrails.org/action_controller_overview.html > > What you want is a cookie session store which stores the session on > the client, but this should be the default unless you have changed it. ---- apparently I was fine except that I needed a value in session[:user_id] because it was calling 'authenticate' and 'authorize' and I was only looking at the 'authorize' section because I had already 'authenticated' - stupid me.
Thanks Craig -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

