weblogic « Session « JSP-Servlet Q&A





1. Writing custom session store for Weblogic    stackoverflow.com

I 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.com

I'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

  <session-config>
    <session-timeout>15</session-timeout>
  ...

3. Session timeout in J2EE    stackoverflow.com

In 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.com

I am getting the below error message when i try to log in through j_security_check in IE v8. We are using Weblogic 10.3

  java.lang.IllegalStateException: HttpSession is invalid
    ...