sessionParamName property

String sessionParamName
getter/setter pair

The name of the URL query parameter used to track sessions (if cookies are not used).

Applications should normally not need to worry about this value. It only needs changing if it clashes with a query parameter used by the application.

This is used for both URL rewriting (i.e. as the name of a query parameter as well as a hidden form parameter.

Implementation

String sessionParamName = 'wSession';