|
|
This tag lets you calculate a number of active sessions so you may provide for you application/portal some service like "How many users are online?" for example. One tag getLive does the job. Code: JSP 2.0 |
Listener collects statistics for sessions (how many sessions are active, what was the peak value for active sessions, total counter for sessions, minimal, maximal and average life time for sessions) and this taglib lets you use data in your JSP files. Code: JSP 2.0 |
SessionSize calculates the size (in bytes) for HTTP session. You may use this tag in two forms to either just print the calculated value or print nothing, but create a variable (page scope, type is java.lang.Integer) initialized by the calculated value Code: JSP 2.0 |
|  | |
This article contains a custom JSP tags library that allows any developer to easily calculate information attributes for the current session. Code: JSP 2.0 |
This is a custom JSP taglib. You can use this taglib with Sessions admin listener from JSOS. Listener collects all the sessions in the servlet context (application scope for JSP). So your JSP application may have access to users sessions. Code: JSP 2.0 |
This is a 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. Code: JSP 2.0 |
|  | |
You have to use this custom JSP taglib with Lifetime filter. Lifetime filter lets you restrict the lifetime for HTTP sessions and this taglib lets you read associated time information right from your JSP pages. Code: JSP 2.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|