Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 4.61 KB

File metadata and controls

11 lines (8 loc) · 4.61 KB

SessionInfo

Fields

Field Type Required Description
sessionTrackingToken Optional<String> A unique token for this session. A new session (and token) is created when the user issues a request from a new tab or when our server hasn't seen activity for more than 10 minutes from a tab.
tabId Optional<String> A unique id for all requests a user makes from a given tab, no matter how far apart. A new tab id is only generated when a user issues a request from a new tab.
lastSeen OffsetDateTime The last time the server saw this token.
lastQuery Optional<String> The last query seen by the server.