redarrow Posted June 22, 2007 Share Posted June 22, 2007 advance thank you. why dosent the id exspire please cheers. <?php $id="003"; session_cache_limiter('id'); $limiter=session_cache_limiter(); session_cache_expire(01); session_start(); if(isset($limiter)){ echo "id is set"; }else{ echo" id has expire"; } ?> Link to comment https://forums.phpfreaks.com/topic/56761-session_cache_limiter-and-session_cache_expire-help-cheers/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.