Replies: 1 comment 6 replies
-
can you check the created cookie in your browser's developer tools? Do you see the max-age property, and the browser still doesn't respect it? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I implement authentication with :
But I can see my user is still logged after one hour.
I've seen in the example we can check session age with :
https://github.com/lovasoa/SQLpage/blob/9c47ec94cc909029853391a5c5d7b297530a18ef/examples/CRUD%20-%20Authentication/www/login.sql#L3-L8
I will change according to this example, but I wonder why
max_age
seems ignored ?Thanks
Beta Was this translation helpful? Give feedback.
All reactions