diff options
author | Andreas Loupasakis <andreas@aloop.org> | 2012-09-02 00:41:23 +0300 |
---|---|---|
committer | Steve Klabnik <steve@steveklabnik.com> | 2012-09-01 16:35:52 -0700 |
commit | 8bfcb0de3a2599925ce714cddc49d608ff8e03a8 (patch) | |
tree | 23b4e3d9a1b832da6854ec28baf55796e1470300 /guides/code/getting_started/app | |
parent | 7fd6bd69e65b8cf9b844c46b98f79fb4b13b1c6a (diff) | |
download | rails-8bfcb0de3a2599925ce714cddc49d608ff8e03a8.tar.gz rails-8bfcb0de3a2599925ce714cddc49d608ff8e03a8.tar.bz2 rails-8bfcb0de3a2599925ce714cddc49d608ff8e03a8.zip |
Force reloading of the session after destroy
Use load_for_write! to ensure a refresh of the session object.
This way the new session_id and the empty data will be stored properly.
E.g. in the case of the session cookie store this means that a new
digest will be returned to the user.
Diffstat (limited to 'guides/code/getting_started/app')
0 files changed, 0 insertions, 0 deletions