Jump to content

session_cache_expire question


dennismonsewicz

Recommended Posts

i have this code

 

if($cache_limiter > 30) {
header("location: ../login.php?notification=pleaselogin");
}

 

Will the > sign do what I need it to do? the $cache_limiter var is set like this

 

session_cache_expire(30);
$cache_limiter = session_cache_expire();

Link to comment
https://forums.phpfreaks.com/topic/144421-session_cache_expire-question/
Share on other sites

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.