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