You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conserning TicketServerServiceImpl class.
The isValid(ticket) function ignores the original duration of the ticket, in favor of autoExtending it. So it may expire before its time.
Scenario:
The server is configured as ticketValidUntil=360000 and ticketAutoExtendDuration=5000.
The ticket will expire 5 seconds after login.
The text was updated successfully, but these errors were encountered:
Conserning TicketServerServiceImpl class.
The isValid(ticket) function ignores the original duration of the ticket, in favor of autoExtending it. So it may expire before its time.
Scenario:
The server is configured as ticketValidUntil=360000 and ticketAutoExtendDuration=5000.
The ticket will expire 5 seconds after login.
The text was updated successfully, but these errors were encountered: