You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
The session is not being maintained, and a new session ID is being created with each refresh.
While the session persists on localhost:3000,
it doesn't seem to be maintained when I switch to 192.168.0.*:3000.
I'm wondering if I'm the only one experiencing this issue.
Additional information
No response
The text was updated successfully, but these errors were encountered:
(Writing as a prospective user) - I think this is typically a limitation of cookie based sessions, as otherwise other domains could intercept your cookies and start unofficially tracking and impersonating your users by using their cookies to make fraudulent requests, which is not safe.
I did notice there's a domain option, I would look into that if you haven't (it's not mentioned).
The domain would be based on what the browser perceives to be a domain, so nothing to do with your network topology. I imagine a browser doesn't consider localhost:3000 and 192.168.0.*:3000 to be the same.
As a user, I would expect you should be able to use the site on 192.168.0.*:3000 with one (un-interrupted) session, and use localhost:3000 with another (un-interrupted) session simultaneously, unless you design your Nuxt site to allow only one session per user (which seems out of scope for this library).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ask your question
The session is not being maintained, and a new session ID is being created with each refresh.
While the session persists on localhost:3000,
it doesn't seem to be maintained when I switch to 192.168.0.*:3000.
I'm wondering if I'm the only one experiencing this issue.
Additional information
No response
The text was updated successfully, but these errors were encountered: