I have this in my header script:
[php]
session_cache_expire (240);
session_start();
[/php]
It is at the very top and no errors are reported when it is called. The problem is that it doesn’t seem to work. It still times out at 30 min vice 4 hours. Anyone know what could cause this?
Bobby