Right above your injected code is code that checks whether SESSION_TIMEOUT_CATALOG is defined, and if so, uses that.
Have you tried simply embracing that? Just create an /includes/extra_configures/my_ultra_long_session_timeout.php file and in it put:Code:<?php define('SESSION_TIMEOUT_CATALOG', 1441);


Reply With Quote
