OpenWGA 7.2 - TMLScript reference

URLBuilder
Property :

sessionBoundParams

On object URLBuilder
Usage Controls if the var parameters on this URL should only be valid on the current user session
Description

Setting this property to true you can ensure that only the current user on his current browser session will be able to call this URL with its defined var parameters. If the URL is called on a different session its var parameters will not be effective and only the page behind the URL will be rendered without the WebTML variables from the parameters.

This has no effect on URL parameters.

Default value false
Writable True
Return value Boolean
Allowed in script types
  • WebTML pages and normal WebTML actions