Skip to main content
-2 votes
0 answers
6 views

I’m facing a weird Chrome issue. Every time I fully close Chrome and reopen it, I’m logged out of almost all websites — ChatGPT, ClickUp, Substack, etc. Google services (Gmail, Meet) stay logged in. ...
pf4a's user avatar
  • 1
Advice
1 vote
1 replies
51 views

I’m building a Node.js web app using Express, Nunjucks as the templating engine and cookie-session library for storing user sessions in cookies. I’d like to use the csrf-csrf library to add CSRF ...
Pan Wolodyjowsky's user avatar
0 votes
0 answers
23 views

My application shows the following session cookies from AAD B2C after a user has signed-in successfully (masked some parts): It works fine. Even if the browser is closed and reopened and these ...
KaeL's user avatar
  • 3,661
0 votes
2 answers
135 views

Authentication flow: User is redirected back to my site (to /auth/callback) after logging in with a 3rd party. The redirect back includes query params. The React function on the callback page sends ...
Thomas's user avatar
  • 7
1 vote
0 answers
65 views

I assign the cookie here: const sessionEnd = new Date(Date.now() + ( 1000 * 60 * 60 * 24 )); const cookieOptions = {path: "/", expires: sessionEnd, httpOnly: false}; async function ...
user31641956's user avatar
1 vote
1 answer
101 views

I'm trying to use gin-contrib/sessions but every time I make a request to the server a new session is created. It is never finding a previously created session and I can't access any data that should ...
Brent Parker's user avatar
0 votes
0 answers
52 views

I wanted to ask that there is something wrong with one of my endpoints, the endpoint seems to be blocked for some reasons, I have other endpoints that are giving response but this one fails.See the ...
Rinkesh Kumar Sinha's user avatar
0 votes
0 answers
41 views

I have a next.js app that sends a delete request to the ERPNext backend from the next.js application. The issue occurs on production only (i.e. the deployed next.js app) but works flawlessly on local. ...
Aizaz's user avatar
  • 15
0 votes
0 answers
114 views

Working on a Django project deployed on AWS. In production, I'm facing a session-related issue: When I open the Django admin site (/admin) and log in, everything works smoothly. But if I open the user ...
Adeeb Hassi's user avatar
-1 votes
1 answer
72 views

Any suggestions on how to get this done? Need these settings to be implemented for all cookies (not just WordPress cookies): Secure, HttpOnly, and SameSite=Lax. We are considering implementing this ...
YZ W's user avatar
  • 1
1 vote
0 answers
53 views

I’m trying to deploy a MERN stack website that I’ve been working on locally. While everything works fine locally, after deploying to Render and Vercel, I can’t access session data through req.session. ...
egem's user avatar
  • 11
0 votes
0 answers
48 views

I'm a new QA, and I'm using k6 with Typescript to test a web app. I noticed that http requests that rely on cookies aren't working correctly in the test script, although they do work when using the ...
sha's user avatar
  • 1
2 votes
0 answers
80 views

I have inherited some JAX-RS code with a logout function that appears to be properly "logging out" the user by redirecting to the login page, invalidating the session, and expiring the ...
Lucky's user avatar
  • 765
3 votes
2 answers
258 views

Here's the situation I'm facing in my project: Stack: Backend: Laravel 12 (session driver: database, Sanctum SPA authentication) Frontend: Nuxt 3 Backend runs at: localhost:8000 Frontend runs at: ...
Accio's user avatar
  • 31
0 votes
1 answer
322 views

I'm implementing OIDC authentication using lua-resty-openidc in an NGINX reverse proxy. The authentication flow redirects correctly to the Identity Provider , but after the user logs in and is ...
coder's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
323