Session Issue in my adaptation #97
Closed
MaheshkumarSundaram
started this conversation in
General
Replies: 1 comment 5 replies
-
This sounds like you might have secure cookies turned on, for a non-secure connection. This would make it so you could login, but the cookie wouldn't be retained, causing 403's. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @neonexus ,
I am facing an issue. Please note, this issue is not specific to this new version. Stupid me, I just noticed this. So it has nothing to do with new version I suppose, as it exists in the older version of my adaption.
The issue scenario:
403
error. Also occurs when I duplicate tabs and do the same.Although I adapted your code, the changes are mostly on the front-end & most of the backend code is the same as your boilerplate. I use MongoDB for the backend storage. But there has been never a problem with that so far.
When I tried to debug the issue, for some reason, the
sessionId
becomesnull
inisLoggedIn.js
for the scenario.Could you point me in the right direction why this might happen?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions