Skip to content

Instantly share code, notes, and snippets.

@ScottRadcliff
Created May 1, 2012 18:07
Show Gist options
  • Save ScottRadcliff/2570136 to your computer and use it in GitHub Desktop.
Save ScottRadcliff/2570136 to your computer and use it in GitHub Desktop.
Subdomain enabled cookies with IE
SomeApp::Application.config.session_store :cookie_store, key: 'SomeAppSession', domain: ".someapp.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment