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
After session.destroy() if I try to save session with any data it will throw an error. (TypeError: Cannot set property 'username' of undefined)
If I reload the page, express will generate session again whereas socket.io on new event wont generate session... Any way to work around this issue? any way to force generate session if it doesnt exist?
The text was updated successfully, but these errors were encountered:
After
session.destroy()
if I try to save session with any data it will throw an error. (TypeError: Cannot set property 'username' of undefined
)If I reload the page, express will generate session again whereas socket.io on new event wont generate session... Any way to work around this issue? any way to force generate session if it doesnt exist?
The text was updated successfully, but these errors were encountered: