This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 308
cookie/session not being stored on client in 5.1 #403
Comments
Baelroak
changed the title
session not being stored on client in 5.1
cookie/session not being stored on client in 5.1
Jan 3, 2023
I have the same problem. |
seems to be an engine bug I made a unreal bug report already. |
Did you ever resolve? seems they ignored the issue, i migrated to UE5.4 and now have the same issue. EDIT: Meanwhile i tried resubmitting the issue to unreal hoping it gets addressed, not sure either if it is VaRest. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using express-session in node.js for the backend, with the same logic in 5.0 and 5.1 we get different results, req.session is undefined because the session is not being stored on the client. I have seen someone else post about it on the unreal marketplace for the plugin
The only difference here is 5.0 and 5.1 engine.
This is the other post from the UE market I read
"Hi I'm not sure this is the plugin's problem. But I want to get your advise or answer. After UE 5.1 update, in my project, it seems it doesn't keep token or session(I think I don't know an exact word) after login. I made a file download process on the project. That is only for logged in users. Of course, this system uses this VaRest plugin. I can log in(server responses correctly), but I'm not able to download files. The server tells me I'm not logged in.
I have same project as UE 5.0 version. It works fine.
So, I don't know how to fix this. Please help me."
The text was updated successfully, but these errors were encountered: