Session handling is based on cookies. This should be replaced by jsessionid, thus allowing a redirection to himself.
Hardware | None |
Product | None |
Operating System | None |
Component | Other |
Version | None |
Severity | major |
Resolution | Fixed |
Session handling is based on cookies. This should be replaced by jsessionid, thus allowing a redirection to himself.
Hardware | None |
Product | None |
Operating System | None |
Component | Other |
Version | None |
Severity | major |
Resolution | Fixed |
Comments
In order to turn off cookies, you must change your application server (application can't do that) configuration file. In Tomcat you have to: 1) Edit $TOMCAT_HOME/conf/context.xml 2) Change from <Context> to <Context cookies="false"> We are updating PEPS User guide in order to explain how to disable/enable cookies.