Working with JSP Sessions

December 13th, 2007No Comments

* getCreationTime —returns value of time in milliseconds.
* getLastAccessedTime—returns the value of time in milliseconds.
* getId—method of session object is used to return the unique identifier associated with the session.
* invalidate()
* getMaxInactiveInterval
* setMaxInactiveInterval()
* removeAttribute(String name)
* setAttribute(String, object)

Related Posts:

Tagged : , , ,

No Responses

Comments are closed.