Navigation path

Additional tools

STORK

(
 
)
Editor's choice
45 reads

Defective session handling

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

Attachment

Information

Project:
STORK
Category:
Bugs
Priority:
Major
Assigned:
rportela
Status:
Closed
Identifier:
32691

Comments

Ricardo Ferreira
Posted by Ricardo Ferreira on February 02, 2010 at 16:13
Title:Defective session handling» <p>In order to turn
Project:» STORK
Category:» Bugs
Priority:» Major
Assigned to:former user» rportela
Status:» Closed

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.