Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Setup: we have a webapp that uses Spring Security. The mobile part has a different subdomain (e.g. m.example.com).

We got the following situation:

  • User logs in on example.com.
  • User gets redirected to m.example.com and is not logged in anymore, but should be.

If all cookies are deleted the other way around works.

We assume that spring uses different cookies for the login on the subdomain. Given that: Is there any way to tell spring to use the same cookie in all subdomains?

Thanks in advance and best regards Jan

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.