2009年9月29日 星期二

Session Management

When a new session is created, Rails automatically sends a cookie to the browser containing the session id

The data structure takes the form of a hash, identified by a unique session id, a 32-character string of random hex number



Disabling Sessions for Robots


Selectively Enabling Sessions


The Controversial CookieStore


Timing Out and Session Life Cycle
Session Timeout Plugin for Rails



Cookies

沒有留言: