It does stop the exception from happening (a million thanks!!!), but now there's a new issue: the redirection post -login (which was successful: the correct username is printed in the logs) isn't working properly.
Browser gives the message that the website is not redirecting properly. The post-redirect URL (in browser's location bar) looks like: example.com//;JSESSIONID=xyz (in this case it's supposed to redirect back to homepage). I think it's the "//" part that might be causing the problem. Investigating... Sent from my Moto X2 On 16-Mar-2017 20:37, "Brian Demers" <[email protected]> wrote: It should, give it a shot On Thu, Mar 16, 2017 at 10:49 AM, Harshdeep S Jawanda <[email protected]> wrote: > > On 16 March 2017 at 19:41, Brian Demers <[email protected]> wrote: > >> You can disable session validation: >> https://shiro.apache.org/session-management.html#disabling-s >> ession-validation >> >> > And that should solve my problems when using DefaultWebSessionManager? > > Regards, > Harshdeep S Jawanda >
