On Feb 11, 10:55 am, Hans Hartmann <li...@ruby-forum.com> wrote:
> Hello,
>
> i've stored my sessions in a session table and can acces them via:
>
> Session.all (id, session_id, data, c_at, u_at)
>
> also i can get my current session_id via:
>
> request.session_options[:id]
>
> Is there a possibility to find all request containing to every single
> session - to get an overview beyond the env of every session.
>
> Something like:
> Request.find_by_session_id(session_id).env
>

I'm not sure what you're after - requests aren't persisted anywhere
(unless you're doing something special to do that)

Fred
> Thanks for your answers 'till now.
>
> Hans
>
> --
> Posted viahttp://www.ruby-forum.com/.

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to