WebSession Methods
The methods defined in the WebSession class are summarized in the following table.
Method | Description |
---|---|
browserType | Returns a string containing the type of web browser. |
createVirtualDirectoryFile | Passes image files created by a Jade application to the jadehttp library or Jade mod_jadehttp module. |
deleteVirtualDirectoryFile | Deletes specified files from the virtual directory used by the jadehttp library. |
getCurrentLocale | Returns the locale based on information returned from the browser. |
getHttpParam | Returns the value associated with the specified HTTP parameter. |
getHttpString | Returns the HTTP string that is returned from the web browser. |
getServerVariable | Returns the HyperText Transfer Protocol (HTTP) header information for your web request from the web server (that is, Microsoft IIS Server or Apache HTTP Server). |
getSessionForm | Keeps track of all open instances of the specified form for the current session. |
getWebSessionCount | Returns the total number of active web sessions for all nodes connected to the server. |
isVDFilePresent | Returns whether the requested file is present on the web server side of the firewall when using the Jade web interface via the jadehttp library file or the Jade mod_jadehttp module. |
processRequest | Executed when a request is received from the web. |
removeSession | Removes the current web session. |
removeSessionWithMessage | Removes the current web session and sends the specified message. |
reply | Executed when all processing is complete and the Jade system is ready to send a response back to the web browser. |
secureSession | Replaces the value of the |
setCurrentLocale | Switches locales from the locale of the requesting web browser or default locale. |
timerEvent | Invoked by the web session when the session times out. |