może masz hosting internetdsl? bo mam podobny problem u nich, zmienne i wartości sesji znikają na kilka chwil po czym się znowu pojawiają, przy czym id sesji pozostaje to samo cały czas, dzisiaj dodatkowo bez zmian w kodzie pojawiły się błędy na session_start() w linii 12

Warning: session_start() [function.session-start]: open(/nfs1/clients/www/internetdsl.pl/l/a/v/o/adresstrony.pl/tmp/sess_c4cafec89ee31f8eaa9fc94f2ab38583, O_RDWR) failed: No such file or directory (2) in /nfs1/clients/www/internetdsl.pl/l/a/v/o/adresstrony.pl/index.php on line 12
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /nfs1/clients/www/internetdsl.pl/l/a/v/o/adresstrony.pl/index.php:12) in /nfs1/clients/www/internetdsl.pl/l/a/v/o/adresstrony.pl/index.php on line 12
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /nfs1/clients/www/internetdsl.pl/l/a/v/o/adresstrony.pl/index.php:12) in /nfs1/clients/www/internetdsl.pl/l/a/v/o/adresstrony.pl/index.php on line 12
<?php
if($_SERVER['HTTP_HOST']=="jakisadres.pl"){
header("Cache-Control: max-age=1, s-maxage=1, no-cache, must-revalidate"); ?>