info(“webclientsessioninprogress”)
The info(“webclientsessioninprogress”) function returns true if this code is running on Panorama X Server, and the server is responding to a web client request.
Description
This function returns true if this code is running on Panorama X Server, and the server is responding to a web client request.
See Also
- info("httprequestinprogress") -- returns true if this code is running on Panorama X Server, and the server is responding to a web client request.
- serverrunning( -- returns true if this code is running on a Panorama server, or false if it is running in single user mode or on a client.
- urlfilename( -- extracts the filename from a complete url.
- urlpath( -- extracts the path from a URL.
- webtagortext( -- prepares text for display in a web page.
- webtext( -- converts a number or regular text into text encoded for display in a web browser.
History
10.2 | New | New in this version. |