joscha / play-authenticate

An authentication plugin for Play Framework 2.x (Java)
http://joscha.github.com/play-authenticate/
Other
807 stars 367 forks source link

Authentication cookie limited by path when setting application.context #317

Open umbreak opened 7 years ago

umbreak commented 7 years ago

Whenever I set property application.context, which defines a prefix for the routes in your system, the authentication cookie (and also any cookie generated with session()) are limited to the path described in this property.

Is there a way to override this default (and wrong in my opinion) path restriction?

I also posted the same question on StackOverflow