exception « Session « JSP-Servlet Q&A





1. Glassfish v3 + NetBeans + Simple Authentication Simulator : Why do I get an exception related to serialization?    stackoverflow.com

Greetings, fellow StackOverFlow members. I have just begun to learn how to program web-enabled applications using technologies such as Java Enterprise Beans and Java Persistence API. The official NetBeans website currently offers ...

2. Expired session gives illegal state exception    coderanch.com

Hi, everybody, I know this topic has been beaten to tender death, but i think i need some new info. I am using Tomcat 4.1.12 and jsp(of course) and trying to secure my web pages with session and other authentication stuff. i am statically including a header.jsp page at the top of every page to handle session management, ie check for ...

3. exception thrown in session.invalidate()    coderanch.com

I encountered the below exception displayed in page when calling "session.invalidate()" in jsp file even putting into the block "try...catch(Exception ex)...", any solution to this issue? Env: was 6.0 Thanks in advance! [Exception in:/xxxxx.do] Session Object Internals: id : kB9K38W6u8_DYi62Wgx-P3e hashCode : 2106877083 create time : Wed Jan 03 16:25:41 GMT+08:00 2007 last access : Wed Jan 03 16:31:14 GMT+08:00 2007 ...