development/libraries/java

jakarta-taglibs-supported-session - Session Tag Library

Website: http://jakarta.apache.org/taglibs/
License: Apache Software License
Vendor: JPackage Project
Description:
The Session JSP tag library provides tags for reading or
modifying client HttpSession information.
A servlet container uses an HttpSession to store information
about a clients session on the server. By default a JSP page
will create a session for a user. The user is tied to the
session using either a Cookie or by using URL rewriting. This
is how you can tie information to a user between multiple HTTP
requests to your server.
Session Attributes are what makes it possible to store
information about a clients session between multiple HTTP
requests. A session attribute consists of a name and value. To
save information about a users session on your server use the
setattribute tag.

Packages

jakarta-taglibs-supported-session-1.0.1-0.20050921.1jpp.noarch [22 KiB] Changelog by Ralph Apel (2005-10-20):
- First JPackage build of supported taglibs

Listing created by Repoview-0.6.6-5.mga4.tainted