Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.
Hi everybody. I have a login page based on cookie sessions.
Right now the cookie is set to expire in 5 minutes...
I want it to expire after 5 minutes of user inactivity.
How can I achieve that?