1. Writing custom session store for Weblogic stackoverflow.comI want to store JSP session data in a custom store (the one I specify) in WebLogic server. Is there any interface or base class that I can implement or an ... |
2. SessionTimeout: web.xml vs session.maxInactiveInterval() stackoverflow.comI'm trying to timeout an HttpSession in java. My container is weblogic. Currently, we have our session timeout set in the web.xml file, like this
|
3. Session timeout in J2EE stackoverflow.comIn which ways the time for session timeout can be defined in J2EE? I am looking beyond obvious ways, such as setting session timeout in web.xml or HttpSession.setMaxInactiveInterval(). I am currently ... |
4. Invalid Session problem in IE with j_security_check stackoverflow.comI am getting the below error message when i try to log in through java.lang.IllegalStateException: HttpSession is invalid ... |
5. Session Timeout on Weblogic and Websphere coderanch.com |