I am trying to set Expire header to 2 hours from access for text/html by using mod_expires like that:
ExpiresActive on E
OK, looks like have found an answer:
session_cache_limiter('public'); session_start();
does the trick, thanks.