Session expire taglib ver. 1.2


    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
2) cond Optional parameter. Describes a boolean value tag's behavior depends on. Default value is true
 

for downloading:

    Library: sessexpiretag.jar    Description: taglib.tld

 © Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: