Returns the unique identified associated with the specified Session.
Syntax
getId( session )
session.getId( )
Parameters
session
|
the Session object.
|
Returns
string
|
the unique identified associated with the specified Session.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
id = session.getId( )
|