Level 75
Jul 23, 2020
1
Level 5
What heppen when Session Dies ( PHP ) ?
I am Using this logic to keep session active
if (session_status() == PHP_SESSION_NONE) { session_start(); }
But Sometimes when I leave my computer for one hour and get back and refresh the page, System logs me out
Or the loading page works for ever...
How Can I prevent this.
Please or to participate in this conversation.