Returns the number of seconds that the specified Session remains valid without being accessed.
Syntax
getTimeout( session )
session.getTimeout( )
Parameters
session
|
the Session object.
|
Returns
long
|
number of seconds that the specified Session remains valid without being accessed.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
timeout = session.getTimeout( )
|