I'm working on creating a shiro based login service for used with the
nginx auth module (to provide forms based login for the entire nginx
site).

And I'm getting closer.  Right now the problem is that the cookie is
stored under the webcontext path (in my case "/authservice").

Is there a simple way for me, using the shiro API, to change the path to
be the root path of the web site?  Ie. "" or "/" or whatever is
appropriate? (something that would cover the entire web server).

Thanks!


- Steinar

Reply via email to