Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
-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. ...
Advice
1 vote
1 replies
57 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 ...
0 votes
0 answers
25 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 ...
1 vote
0 answers
66 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 ...
1 vote
1 answer
105 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 ...
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 ...
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. ...
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 ...
-1 votes
1 answer
73 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 ...
1 vote
0 answers
54 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. ...
0 votes
0 answers
49 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 ...
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 ...
3 votes
2 answers
267 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: ...
0 votes
1 answer
333 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 ...

15 30 50 per page
1
2 3 4 5
...
323

AltStyle によって変換されたページ (->オリジナル) /