Returns whether the Session is from a Cookie.
Syntax
isSessionFromCookie( request )
request.isSessionFromCookie( )
Parameters
request
|
the request object to use.
|
Returns
boolean
|
whether the current Session is from a Cookie.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
from_cookie = Request( ).isSessionFromCookie( )
|