Files
xet-core/xet_data
Di Xiao fb83178d28 Fix session id regression (#738)
The session id was replaced from `ulid` to `UniqueID` (a self
incrementing u64 in memory) in a previous PR but it's not correct.
The session id is used on CAS server logs and traces and CDN logs to
identity a related group of activity (for debugging and etc. purposes)
and it needs to be globally unique (thus using `ulid`) instead of
locally unique.
2026-03-19 13:31:40 -07:00
..
2026-03-19 13:31:40 -07:00
2026-03-19 13:31:40 -07:00