Custom JSP taglib. This taglib lets you perform redirection upon session expiration. So if you will add this tag to your page then upon session expiration your client will be redirected to the provided URL. For example:
<%@ taglib uri="taglib.tld" prefix="t" %> <t:sessionExpire url="/login.jsp"/> Tags are: sessionExpire Tag produces client side code for performing redirection upon session expiration. Parameters are: 1) url Optional parameter. Describes a path (URL) for the redirection.
Default value is index.jsp
for downloading: Library: sessexpiretag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|