Returns the time when the specified Session was created.
Syntax
getCreationTime( session )
session.getCreationTime( )
Parameters
session
|
the Session object.
|
Returns
long
|
the time in milliseconds since midnight January 1, 1970 GMT when the specified Session was created.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
timestamp = session.getCreationTime( )
|