Class

Session

The default Active Record class.

Public Attributes
data
Public Methods
create_table!
data Lazy-unmarshal session state.
data_column_size_limit
drop_table!
find_by_session_id Hook to set up sessid compatibility.
loaded? Has the session been loaded yet?
marshal
reloadable? Don’t try to reload ARStore::Session in dev mode.
unmarshal
Private Methods
find_by_session_id
find_by_session_id
marshal_data!
raise_on_session_data_overflow! Ensures that the data about to be stored in the database is not larger than the data storage column. Raises ActionController::SessionOverflowError.
setup_sessid_compatibility! Compatibility with tables using sessid instead of session_id.
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.