Hi there gurus! I was wondering if cgi::session updates the session expiration time using the atime() as reference.
I'm using cgi::session in one of the projects I'm working on and I can't get it to update the expiration time while the session is still valid and the user is accessing the page: the atime() is correctly incremented, expire() is set at 900 but ctime() is not changing.
Isn't the session suppose to expire after expire() seconds of NO access to the program?
Any idea how to increment the ctime or make the session expire when the page is not accessed and not before?