Returns whether the specified Session is new.
Syntax
isNew( session )
session.isNew( )
Parameters
session
|
the Session object.
|
Returns
boolean
|
whether the specified Session is new.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
is_new = session.isNew( )
|