Hi there I have a servlet (part of a web appl in JRun 3.0SP2 under Linux) that I would like to have detect when a user's session has timed out (i.e. the web application session timeout has been reached) Currently I know that this has happened when my servlet attempts to get a RequestDispatcher with... "getServletContext().getRequestDispatcher(..." ....and gets a NULL back. I would like like a clearer way of detecting that the user session is invalid/has timed out than just the NULL RD since presumable the null RD could have been a result of other problems as well. Any help or pointers greatly appreciated! ---Raymond ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
