taglibs-session-1.0.1.jar - Session Tag library 1.0.1

Q

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.

JAR File Size and Download Location:

File name: taglibs-session.jar, taglibs-session-1.0.1.jar
File size: 12685 bytes
Date modified: 12/01/2002
Download: Session Tag library 1.0.1

✍: FYIcenter

A

Manifest of the JAR:

Comment: Session Tag library Sun Dec 01 08:13:09 CST 2002
Implementation-Title: org.apache.taglibs.session
Implementation-Version: 1.0.1
Implementation-Vendor: Apache Software Foundation
Implementation-URL: http://jakarta.apache.org/taglibs

List of Classes in the JAR:

org/apache/taglibs/session/EqualsAttributeTag
org/apache/taglibs/session/AttributeTag
org/apache/taglibs/session/AttributesTEI
org/apache/taglibs/session/AttributesTag
org/apache/taglibs/session/MaxInactiveIntervalTag
org/apache/taglibs/session/ExistsAttributeTag
org/apache/taglibs/session/InvalidateTag
org/apache/taglibs/session/IsNewTag
org/apache/taglibs/session/RemoveAttributeTag
org/apache/taglibs/session/SessionData
org/apache/taglibs/session/SessionTEI
org/apache/taglibs/session/SessionTag
org/apache/taglibs/session/SetAttributeTag

2009-02-07, 9838🔥, 0💬