dennismonsewicz Posted February 9, 2009 Share Posted February 9, 2009 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.