1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch
Andreas Loupasakis 8bfcb0de3a 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.
2012-09-01 16:35:52 -07:00
..
http Properly reset the session on reset_session 2012-08-31 12:25:46 -07:00
middleware Override rack's destroy_session in cookie store 2012-09-01 16:35:42 -07:00
request Force reloading of the session after destroy 2012-09-01 16:35:52 -07:00
routing refactor route_set generate_extras functionality 2012-08-28 08:53:45 -07:00
testing Move action_controller/vendor/html-scanner to action_view 2012-08-28 10:51:03 +02:00
railtie.rb Get rid of config.preload_frameworks in favor of config.eager_load_namespaces 2012-08-21 14:47:19 -03:00
routing.rb Support unicode character route in config/routes.rb. 2012-06-16 00:22:16 +09:00