Results 1 to 3 of 3
Thread: java sessions
- 12-10-2008, 05:15 AM #1
Member
- Join Date
- Oct 2008
- Posts
- 5
- Rep Power
- 0
- 12-10-2008, 05:22 AM #2
Isn't this more properly a servlet question? or Tomcat or glassfish?
- 12-10-2008, 06:40 AM #3
Senior Member
- Join Date
- Nov 2008
- Posts
- 286
- Rep Power
- 5
Are you sure that the browser is actually hitting your server to get the page after you call invalidate() -- it could be that the browser is just showing a cached version.
I'm not just sure if this is what's happening, but as a precaution try calling:
res.setHeader("Cache-Control", "no-store");
(where res is the servlet response object of couse) before any page that you send that requires login.Neil Coffey
Javamex - Java tutorials and performance info
Similar Threads
-
Http Sessions
By manasa in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 03-29-2008, 10:51 AM -
Sessions in jsp
By Ed in forum JavaServer Pages (JSP) and JSTLReplies: 2Last Post: 07-02-2007, 03:46 PM -
sessions in jsp
By Heather in forum JavaServer Pages (JSP) and JSTLReplies: 2Last Post: 06-30-2007, 03:44 PM -
Sessions and logout question
By orchid in forum Web FrameworksReplies: 1Last Post: 05-18-2007, 06:24 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks