CodeIgniter Forums
CodeIgniter Forums
>
Using CodeIgniter
>
General Help
> automatic logout after inactive for 10 minutes
Full Version:
automatic logout after inactive for 10 minutes
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
kvanaraj
10-19-2018, 11:05 PM
I want to expire session after 10 min .
i try withÂ
Code:
<meta http-equiv="refresh" content="600;url=logout.php" />
need suggestion.
InsiteFX
10-22-2018, 03:56 AM
Automatic Logout after 15 minutes of user Inactivity using PHP
Should give you an idea of how it is done.
Start using Google Search.
CodeIgniter Forums
>
Using CodeIgniter
>
General Help
> automatic logout after inactive for 10 minutes