How can I get the value of the session id? I''m storing my session in AR which has a "sessid" field for each record. The value in the sessid field is the value I''m looking for. Thanks, Bill --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
straightflush-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006-Oct-17  23:23 UTC
Re: how to get the session id?
session[:id] ? On 10/17/06, Bill Walton <bill.walton-xwVYE8SWAR3R7s880joybQ@public.gmane.org> wrote:> > How can I get the value of the session id? I''m storing my session in AR > which has a "sessid" field for each record. The value in the sessid field > is the value I''m looking for. > > Thanks, > Bill > > > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Turns out it''s
session.session_id
Thanks,
Bill
  ----- Original Message ----- 
  From: straightflush-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org 
  To: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org 
  Sent: Tuesday, October 17, 2006 6:23 PM
  Subject: [Rails] Re: how to get the session id?
  session[:id] ? 
  On 10/17/06, Bill Walton
<bill.walton-xwVYE8SWAR3R7s880joybQ@public.gmane.org> wrote:
    How can I get the value of the session id?  I''m storing my session
in AR which has a "sessid" field for each record.  The value in the
sessid field is the value I''m looking for.
    Thanks,
    Bill
  
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@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
-~----------~----~----~----~------~----~------~--~---