Hi guys,
I have a basic problem that keeps occurring but I can't seem to seem to see what I am missing.
I have gc_maxlifetime set to 1440 and session_cache_expire set to 20.
If I sit on a page for 30 minutes lets say, then reload, I still have my session values set... The code below will still output a usid instead of null.
<?
session_start();
echo $_SESSION['usid'];
?>
I'd appreciate any help with this...
Thanks,
slevytam