Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Best practices
0 votes
2 replies
66 views

I have a node js code that authenticates with cookies and sessions: import express from "express"; import session from "express-session"; import postgreSession from "connect-...
Advice
2 votes
1 replies
57 views

I have watched Session Vs JWT: The Differences You May Not Know! video and there is a notion of the fact that using JWT gives us better scalability because of the fact that we don't have to use ...
Score of 2
2 answers
65 views

I am building a simple shopping cart using cookie sessions to keep track on the content of the shopping cart. I just added a function that would remove single item from the list of items. But I ran ...
Score of 0
0 answers
98 views

I am automating login to a session-based website using Playwright, then reusing the extracted cookies in Python's requests library to call a protected API endpoint. The login works fine, but my ...
Score of 0
0 answers
100 views

I have a docker structure which contains backend (binded on localhost:3001) and frontend (binded on localhost:3002). In my frontend which uses NextJS framework, I have a middleware that check if the ...
Score of 0
0 answers
63 views

I'm working on a Blazor Server App which has to authenticate via LDAP (it works), and set a cookie so that the user must authenticate only e.g. once a week. I have created a minimalAPI in the program....
Best practices
0 votes
0 replies
74 views

Which session management strategy should I use in case mixing credentials and OAuth logic in AuthJS (next-auth) ? In official docs there is a recommendation to store everything in the db. It doesn't ...
Score of 1
1 answer
89 views

I have been battling unreliable sessions with an old Rails project that has been maintained and upgraded for years. A problem that has been getting worse over the years is that sessions are unreliable....
Advice
2 votes
0 replies
107 views

I followed this tutorial to get my authentication session up and running. However, I am unsure of the differences between spring.session.timeout, server.servlet.session.timeout and server.servlet....
Score of 0
0 answers
63 views

I try use SQL event "before_update" but it is not have reaction for method update(). I need "after_bulk_update" but it not have reaction on update() in my code too. I won't clear ...
Score of 0
0 answers
32 views

I tried to follow this example of setting up an Session based authentification: https://www.heise.de/hintergrund/Keine-Chance-dem-Token-Klau-Das-Backend-for-Frontend-Pattern-10988224.html?seite=all ...
Score of 1
0 answers
90 views

I am trying to use TF_SessionPRun() from Tensorflow C API. I want to do consecutive calculations over a period of time. I do not have all the data available at the moment, data is streaming from an ...
Best practices
1 vote
1 replies
72 views

I’m integrating an internal SSO (OAuth2) into a web application using Gin (Go), and I’m a bit unsure about the right place to create the application session. The SSO is the only authentication ...
Score of 0
0 answers
132 views

I am having problems understanding how to get .NET 8.0 session and authorization working together. Most of my controllers are decorated with the Authorize attribute, and I am accessing session ...
Score of 0
0 answers
62 views

Environment Keycloak Version: 26.3.0 Deployment: Kubernetes (multiple pods) Database: Oracle Issue: Persistent 401 errors after database manipulation Error message screen Problem Description After ...

15 30 50 per page
1
2 3 4 5
2944