Searched a bit and found this proposed "solution":
<?php session_cache_limiter('private_no_expire'); // must go before session start session_start(); ?>
For details, see http://php.net/manual/en/function.session-cache-limiter.php
Found here: https://support.mozilla.org/en-US/questions/922734?page=2
More possible solutions and info here: http://stackoverflow.com/questions/10795552/php-document-expired
<?php session_cache_limiter('private_no_expire'); // must go before session start session_start(); ?>
For details, see http://php.net/manual/en/function.session-cache-limiter.php
Found here: https://support.mozilla.org/en-US/questions/922734?page=2
More possible solutions and info here: http://stackoverflow.com/questions/10795552/php-document-expired