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
session_tracking_token Optional[str] 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.
tab_id Optional[str] 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.
last_seen date The last time the server saw this token.
last_query Optional[str] The last query seen by the server.