Category "session-cookies"

Sending cookies/sessions to subdomains

As the title says, I'm trying to set cookies/sessions on the browser. To preface: Frontend: https://www.example.com Backend: https://api.example.com Frontend ma

How long is session stored in express-session on server?

I have used ExpressJS with express-session for Session Management. According to its NPM page, we can add a maxAge and cookies.expires. But, both of these manage

res.session undefined graphql apollo-server-express

I am having trouble with sessions. For some reason, the req.session is undefined even though I'm using the session middleware. I was trying to use redis but I c

ASP.NET not sending session cookie

What would cause ASP.NET to not send a session cookie to the client? I've noticed that, first of all, "ASP.NET_SessionId" cookie is set in both the Request.Coo

Secure cookies flag always getting lost in first session after resetting IIS

Looking for solution for ASP.NET_SessionId should always be secure flag true when request is from secure connection. Below Steps are done to achieve - Created M