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"; } ?> Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.