Google Analytics

Tuesday, October 21, 2014

Session ID of HttpServletRequest is too long



Refer blow link to more informations:
https://community.oracle.com/message/10906023#10906023


Try to change the application web-inf/weblogic.xml --> add session-descriptor element--> then add id-length element
Then you can set charter length. Default is 52 charters
E.g:
<session-descriptor>
<id-length>52</id-length>
</session-descriptor>

Refer following link to more under:session-descriptor 
http://docs.oracle.com/cd/E15051_01/wls/docs103/webapp/weblogic_xml.html#wp1071982


No comments:

Post a Comment