Hi Gurpreet, Do you have a stack trace? That exception typically arises when a session id is used to look up a session that has been deleted (e.g. after expiration).
On Thu, Jul 23, 2009 at 4:56 PM, gkaur<[email protected]> wrote: > > Hi, > > I am getting an exception after putting in my correct credentials to a login > screen > Exception is > > org.apache.shiro.session.UnknownSessionException: There is no session with > id > > I am not sure what is the cause of this exception > > But after the login servlet gets called the Page is forwarded to a > viewcontacts page. > But before even if it gets to that point subject.login(token) fails. > > Thank you > -Gurpreet > -- > View this message in context: > http://n2.nabble.com/Exception%3A-There-is-no-session-with-id-tp3312246p3312246.html > Sent from the Shiro User mailing list archive at Nabble.com. >
