There's no documentation for this item.
| Public Methods | |
|---|---|
| cached_ |
|
| session | Specify how sessions ought to be managed for a subset of the actions on the controller. Like filters, you can specify :only and :except clauses to restrict the subset, otherwise options apply to all actions on this controller. |
| session= | Alias for #session |
| session_ |
Returns the hash used to configure the session. Example use: |
| session_ |
|
| session_ |
Returns the session store class currently used. |
| session_ |
Set the session store to be used for keeping the session data between requests. By default, sessions are stored in browser cookies (:cookie_store), but you can also specify one of the other included stores (:active_record_store, :p_store, drb_store, :mem_cache_store, or :memory_store) or your own custom class. |
<code/>and<pre/>for code samples.