Hi, I hava a group of session objects.How can i find which session object is not a valid one?. Thanks...
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12267
1
posted
0
How did these session object get created? What do you mean by "valid"? Is the HttpServletRequest method isRequestedSEssionIdValid() what you want? If you want to be notified when the servlet engine times out and invalidates a HttpSession object, look into the HttpSessionBindingListener interface. Bill ------------------ author of: