This PR focuses on enhancing the documentation for using smart sessions, including the configuration of session data and storage options, as well as correcting some code formatting.
Detailed summary
Added a new entry for "How to use smart sessions" in vocs.config.ts.
Reformatted the extension of nexusSessionClient for consistency.
Introduced a compressedSessionData variable for storing session data.
Explained options for storing session data (Local Storage and Database Storage).
Added instructions for retrieving and decompressing compressedSessionData.
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
PR-Codex overview
This PR focuses on enhancing the documentation for using smart sessions, including the configuration of session data and storage options, as well as correcting some code formatting.
Detailed summary
vocs.config.ts
.nexusSessionClient
for consistency.compressedSessionData
variable for storing session data.compressedSessionData
.