hi
as far as i know, if u want to have a cookie expired on a browser
close, u set the expire object to zero. if this is correct, where
would i do that in rails3?
and which code would that be?
cookies.signed[:login] = {:value => @user.id, :expires => Time.now}
request.session_options[:expire_after]
the docs are a bit unclear.
thx
--
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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.