Thanks so much. However, I am using the so-called cookieStore.
session[:user_id] = user.id Will this be saved at the client? Will the client see the user.id? What is saved at the client? And how is the server relates to that? Emeka On Mon, May 23, 2011 at 9:03 AM, Peter De Berdt <[email protected]>wrote: > > On 23 May 2011, at 09:16, Emeka wrote: > > Thanks for that link. However, I would want to know how it is accomplished? > is it cookie based? And which algorithm is used to generate the random > object? > > > Yes, a session is cookie-based. > > If you want to find out every single little detail, just read the Rails > codebase. That's the great thing about opensource, isn't it? > > > Best regards > > > Peter De Berdt > > -- > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > -- *Satajanus Nig. Ltd * -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

