Returns whether there is a valid Session object.
Syntax
isSessionValid( request )
request.isSessionValid( )
Parameters
request
|
the request object to use.
|
Returns
boolean
|
whether a valid Session object currently exists.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
session_exists = Request( ).isSessionValid( )
|