nevermind - solved
On Mon, Sep 12, 2011 at 2:21 PM, tom
<tomabroad-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> hi,
> just switched to activerecord sessionstore to add the user_id to the
> table. during the sign_in view i can see the session_id via
> <%= request.session_options[:id] %>
>
>
> then i added as per wiki
> def after_sign_in_path_for(resource)
> puts request.session_options.inspect
> ..
> end
>
> log:
> {:renew=>true, :httponly=>true, :secure=>false,
:expire_after=>nil,
> :domain=>nil, :id=>nil, :path=>"/"}
>
>
> why is that?
>
> 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@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.