Skip to content

Instantly share code, notes, and snippets.

@si294r
Created March 22, 2020 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save si294r/c4ff27ebf36db47a1048d4667a72adc3 to your computer and use it in GitHub Desktop.
Save si294r/c4ff27ebf36db47a1048d4667a72adc3 to your computer and use it in GitHub Desktop.
Change session id length to 128 character in java application using tomcat
<?xml version="1.0" encoding="UTF-8"?>
<Context path="">
<Manager>
<SessionIdGenerator sessionIdLength="64" />
</Manager>
</Context>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment