ruby/rails where is the obj session?

S

sayoyo

Hi,

Does any one knows where the object "session" in rails is stored? Is it
on the server side or client side? and will it sends to the client (or
send to the server) each time a request is sent?

Thanks you very much

Sayoyo
 
T

Tobias Luetke

its stored on the server's file system by default but there are other
persitance strategies to choose from. The user gets a cookie with a
unique ID of the session so that the proper session can be reloaded
whenever the user requests a page.

There is a dedicated rails mailing list for rails questions by the way.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top