Session length Questions

1

How to invalidate the session in Java?
i have written code to logout the user session in my project. but its not if i click back option, the session is still alive. please suggest me. my code is Java code: public void logout() { session = request.getSession(); session.invalidate(); RequestDispatcher rd = new RequestDispatcher(“Homepage”); rd.forward(request,response); } After logout, if I click back , the session [...]

Answer Question   |  November 16, 2010  6:03 AM
Java, Java code, Session length, session terminating
asked by:
220 pts.

How can I maintain a session in HTTP protocols?
How can I maintain a session in HTTP Protocols?

Answer Question   |  September 20, 2009  6:51 PM
HTTP, Session length
asked by:
1,545 pts.

Outlook Web access and exchange. Session length
HI all, Once again i a am here with another one of my questions and hope you can entertain it. I have setup my outlook and exchange to enable my computer to have outlook web access. The complaints that i am getting is that the session ends too quickly and they have to login again [...]

Answer Question   |  March 28, 2008  1:47 AM
Exchange, Outlook, Outlook Web Access, OWA, Session length, Session time
asked by:
25 pts.

1