play-authenticate icon indicating copy to clipboard operation
play-authenticate copied to clipboard

Authentication cookie limited by path when setting application.context

Open umbreak opened this issue 9 years ago • 0 comments

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

umbreak avatar Nov 03 '16 17:11 umbreak