Optional
closeOptional
customCan be used to create a custom session. If provided the application settings will be ignored.
Optional
eaiwsEaiws authentication data to use for session creation. The authentication data will be ignored if the Gatekeeper is used.
Optional
ppCon.login token to use for session creation. The login token is only relevant if the Gatekeeper is used.
Optional
useIf true and wbkApp.user.eaiwsSession
is available this session will be used and it will be cleared and prepared. (default: true)
No new session will be created in this case. All other options will be ignored.
If wbkApp.user.eaiwsSession
is not available a new session will be created using the provided options.
Note: wbkApp.user.eaiwsSession
should not be closed. Use Utils.closeEaiwsSession()
to ensure this.
Generated using TypeDoc
If true the session will be closed automatically if the browser window gets closed. (default: true)