activeTicket
Syntax
Session.activeTicket;
Access
readonly
Parameters
Return value string
The ticket of the current session.
Description
The activeTicket
property is used to get the ticket of the current session. It returns empty when not logged in.
For more info about the Session object please see the entSession documentation.
Examples
Get the active ticket used for the current session
When activeTicket
is empty, there is no active session.
// Get the active ticket used for the current session.
var sessionObject = app.entSession;
var logonTicket = sessionObject.activeTicket;
Supported versions
Adobe Version | Supported |
---|---|
2021 | ✔ |
2022 | ✔ |
2023 | ✔ |
2024 | ✔ |