Created
August 27, 2011 15:11
-
-
Save jygeer/1175494 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Rails 3 - support for cookie across all subdomains and top level domain | |
# config/initializers/session_store.rb | |
Rails.application.config.session_store :cookie_store, :key => '_session_cookie', :domain => :all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment