1.0 1.1 session http://jakarta.apache.org/taglibs/session A tag library for accessing HttpSession information. attribute org.apache.taglibs.session.AttributeTag empty Used to get the value of a single session attribute. name true false attributes org.apache.taglibs.session.AttributesTag org.apache.taglibs.session.AttributesTEI JSP Used to loop through all session attributes. id true false name false false existsattribute org.apache.taglibs.session.ExistsAttributeTag JSP Includes the body of the tag if the session attribute exists. name true false value false false setattribute org.apache.taglibs.session.SetAttributeTag JSP Sets the value of the session attribute to the content in the body of the tag. name true false removeattribute org.apache.taglibs.session.RemoveAttributeTag empty Removes an attribute from a session. name true false invalidate org.apache.taglibs.session.InvalidateTag empty Invalidates a user session. isnew org.apache.taglibs.session.IsNewTag JSP Used to test whether the HTTP session is new. value false false session org.apache.taglibs.session.SessionTag org.apache.taglibs.session.SessionTEI empty Used to get information about the current session. id true false maxinactiveinterval org.apache.taglibs.session.MaxInactiveIntervalTag JSP Sets the max inactive interval in seconds using the content of the tag body