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
b67ec8ba20099c8b39bf344f385bbbd2b9c8f47d
rails
/
actionpack
/
test
/
dispatch
/
session
History
Guillermo Álvarez
c4d6245e87
Add support for multi-subdomain session by setting cookie host in session cookie so you can share session between www.example.com, example.com and user.example.com. [
#4818
state:resolved]
...
Signed-off-by: David Heinemeier Hansson <
david@loudthinking.com
>
2010-06-10 12:05:12 -04:00
..
cookie_store_test.rb
Add support for multi-subdomain session by setting cookie host in session cookie so you can share session between www.example.com, example.com and user.example.com. [
#4818
state:resolved]
2010-06-10 12:05:12 -04:00
mem_cache_store_test.rb
Cut the fat and make session stores rely on request.cookie_jar and change set_session semantics to return the cookie value instead of a boolean.
2010-05-18 03:18:23 +02:00
test_session_test.rb
Remove deprecated methods since 2-3-stable.
2010-05-18 02:11:50 +02:00