Re: How can I refresh my session in servletls from my server program?

Why would you want to "refresh" a session (what does it mean!)?.

There is a method "invalidate()" on javax.servlet.http.HttpSession
I found this in downloadable J2EE1.3 documentation.

If session timeouts are bothering you there is also a
"setMaxInactiveInterval()" method.> Divyendu Gupta wrote:
> 
> if u have any solution please let me know.
> thanks
> divyendu
> 


-- 
Christopher William Turner, http://www.cycom.co.uk/ "Serving fine Java
since 1996"

Received on Tuesday, 30 October 2001 10:55:13 UTC