[Rails] Re: Session[:user]

2009-01-17 Thread CFC
Maybe somewhere has the code "reset_session" or "session[:user] = nil" On Sun, Jan 18, 2009 at 2:41 PM, Jason Member < rails-mailing-l...@andreas-s.net> wrote: > > Hi, > > I'm having the same problem. Were you able to solve this? > > Thanks for your help. > > > PatRoy wrote: > > Hi, > > > > When

[Rails] Re: Session[:user]

2009-01-17 Thread Jason Member
Hi, I'm having the same problem. Were you able to solve this? Thanks for your help. PatRoy wrote: > Hi, > > When I log in from a form post to session/create there's a call to > User.authenticate (which in turn puts a :user variable in the session > from the self.current_user call. > > My iss