The IsFirstRequest()function checks if the server is handling the first request of the client.
The first request of a client is the first time a browser tab connects to any page in your application. All subsequent actions in that same browser tab will no longer be viewed as the first request as long as the session is active.
This function can be used for an action that you would only like to perform when a user opens your application for the first time.
This function is SQL compatible. For more information about SQL compatibility, see our .
Returns yes/trueif the server is handling the first request of the client.
Returns no/falseotherwise.
Syntax
IsFirstRequest()
IsFirstRequest()
=> Yes, if user accesses the portal for the first time this session.
IsFirstRequest()
=> No, on subsequent requests and actions within the portal.