I think I accomplished this with cookies.writeDomainCookieValue (I have to
test it on a productional machine which I have no access to right now, but
it works on my local machine with multiple subdomains).
But now I can't delete this cookie. After the user logs in I want to
redirect him/her to the
Hi,
our web application is running on different sub-domains and we need
shiroSavedRequest cookie to be saved on domain level and not on subdomain
level.
This is supposed to be accomplished with the following setting in
shiro.ini:
[main]
securityManager.sessionManager.sessionIdCookie.domain=
But