Created
March 22, 2020 09:35
-
-
Save si294r/c4ff27ebf36db47a1048d4667a72adc3 to your computer and use it in GitHub Desktop.
Change session id length to 128 character in java application using tomcat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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