The default Active Record class.
| Public Attributes | |
|---|---|
| data | |
| Public Methods | |
|---|---|
| create_ |
|
| data | Lazy-unmarshal session state. |
| data_ |
|
| drop_ |
|
| find_ |
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_ |
|
| find_ |
|
| marshal_ |
|
| raise_ |
Ensures that the data about to be stored in the database is not larger than the data storage column. Raises ActionController::SessionOverflowError. |
| setup_ |
Compatibility with tables using sessid instead of session_id. |
<code/>and<pre/>for code samples.