This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
63f7a61246aa570ed6891cdd225df8d67e4ecc13
rails
/
actionpack
/
lib
/
action_dispatch
/
middleware
/
session
History
José Valim
d142572567
Get rid of the close checks since we cannot reliably close the session anyway.
2011-12-16 10:45:59 +01:00
..
abstract_store.rb
Get rid of the close checks since we cannot reliably close the session anyway.
2011-12-16 10:45:59 +01:00
cache_store.rb
Add ActionDispatch::Session::CacheStore as a generic way of storing sessions in a cache.
2011-10-21 13:13:29 -05:00
cookie_store.rb
Fix renew feature on cookies.
2011-05-04 20:12:27 +02:00
mem_cache_store.rb
Rely on Rack::Session stores API for more compatibility across the Ruby world.
2010-10-03 21:24:22 +02:00