For each authentication attempt, SkyVault returns a different session ID, but the same
ticket for each user. You can configure multiple tickets using the
authentication.ticket.useSingleTicketPerUser option.
The TicketComponent configuration setting, in SkyVault-global.properties, has an option called authentication.ticket.useSingleTicketPerUser. This option has a default setting of true, which means that only one ticket is created for each user, and this ticket is returned for every authentication attempt by that user. If the ticket is invalidated, then SkyVault requires the user to re-authenticate before using the repository.
To set multiple tickets for each user, set authentication.ticket.useSingleTicketPerUser=false.