CookieSession stored serverside ? #8524
Unanswered
pullmann4rent
asked this question in
Q&A
Replies: 1 comment
-
Other session storages still use a cookie, but only to save the session ID that's used by the session storage to retrieve the session data from where it's stored, this could be Worker KV, Redis, your DB, an API, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I want to avoid sessions on my Server because it can affect the Performance
so is cookieSession Stored on the Serverside or only in clientside ?
Beta Was this translation helpful? Give feedback.
All reactions