I have a login form that points to secure.example.com, it initializes the session and then redirects to www.example.com
When redirected, the session is not created. Going back to secure.example.com then the session is created. Is this a limitation of how cookies work as I think?
Of course I have added the domain: :all in session_store, with the same result.
I'm using Ruby on Rails 3.2