Jump to content

session_cache_limiter and session_cache_expire help cheers


redarrow

Recommended Posts

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";
}
?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.