Wow, I am sorry I didn't see that you had responded hockeyplayer. But thanks.
I actually had changed it recently to 

/** = anon

But I am still getting the error. Now I get it all the time, or I should say
I can replicate it.

So I login and everything is fine. Got a session cookie, etc. Then I just
click the logout link, and the first time it is fine. Then login again, then
click logout link again and error pops up.

Since I have made changes to my filter urls, (before I had never touched
them, they were just copied/pasted from the Shiro documentations. Here are
the new urls

<property name="filterChainDefinitions">
            <value>

                # some example chain definitions:
                /login = anon
                /logout = authc
                /admin/** = authc, roles[admin]
                /account/** = authc, roles[player]
                /** = anon
                # more URL-to-FilterChain definitions here
            </value>
        </property>

Now I am going to try your suggestion Hockey.

Thanks

Mark



--
View this message in context: 
http://shiro-user.582556.n2.nabble.com/SessionID-problem-tp7578355p7578498.html
Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to