Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Session keys are stored as strings in Rails 3. | Louise Crow | 2013-11-18 | -28/+28 |
| | | | | Update our session-stripping code. | |||
* | allow specs to run independently | James McKinney | 2011-10-16 | -1/+1 |
| | ||||
* | Don't treat CSRF tokens as optional session data for administrators (they're ↵ | Seb Bacon | 2011-07-27 | -0/+8 |
| | | | | | | needed to allow them to edit anything! Fixes #95 (Also change wording of test namess to match usual rspec convention) | |||
* | include "locale" in list of session data keys that are used to decide if a ↵ | Seb Bacon | 2011-07-27 | -0/+8 |
| | | | | rails session cookie is redundant for the purposes of this request. Fixes #91 | |||
* | Add FixMyTransport's strip_empty_sessions to not send a cookie if there's ↵ | Matthew Somerville | 2011-07-26 | -0/+55 |
nothing in the session. |