Community Add-Ons
| Maintainers: | boxtel |
File based sessions garbage collection.
for osCommerce Online Merchant v2.2
File based sessions garbage collection.
1) add file to includes directory
2) in application_top.php
add include(DIR_WS_INCLUDES.'clear_sessions.php');
or if you would like the spiders to do it for you :
if ($spider_flag) include(DIR_WS_INCLUDES.'clear_sessions.php');
session lifetime is in the file
session directory is set in admin as default setting.
File based sessions garbage collection.
1) add file to includes directory
2) in application_top.php
add include(DIR_WS_INCLUDES.'clear_sessions.php');
or if you would like the spiders to do it for you :
if ($spider_flag) include(DIR_WS_INCLUDES.'clear_sessions.php');
session lifetime is in the file
session directory is set in admin as default setting.
