php expire session for 1 month
// Current Session Timeout Value
$currentTimeout= ini_get('session.gc_maxlifetime');
// Change session timeout value for a particular page load - 1 month = ~2678400 seconds
ini_set('session.gc_maxlifetime', 2678400);
php expire session for 1 month
// Current Session Timeout Value
$currentTimeout= ini_get('session.gc_maxlifetime');
// Change session timeout value for a particular page load - 1 month = ~2678400 seconds
ini_set('session.gc_maxlifetime', 2678400);
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us