Skip to content

svenmueller/Tomcat-Extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Tomcat-Extensions

Collection of custom Tomcat valves.

Session Fixation Prevention Valve

About

This valve changes the session-id of an incoming secure request. The session id is only changed once for the first secure request. It does not destroy the previous session, rather it renames it so it is no longer found by the session-id used during unsecured requests

Configuration

  • Create a JAR containing the class and add it to the Tomcat lib/ folder.
  • Add the valve configuration to conf/server.xml
...
<Valve className="valve.SessionFixationValve"/>
...

About

Collection of custom Tomcat valves.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages