java - web.xml invalidates my session -


i'm trying error-code handling page in web.xml. if placed code in webxml:

<error-page>     <error-code>404</error-code>     <location>/errorpage.html</location>  </error-page> 

my session invalidated after logging in. on error 404 codes since tried 403, didn't invalidate session.

can tell me what's wrong webxml or server?


Comments

Popular posts from this blog

How to show in django cms breadcrumbs full path? -

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -