Greetings.
If I am sending from my php script
Header('Last-Modified: '.gmdate("D, d M Y H:i:s",$last_modified).' GMT ');
In The next request to the same page the browser will send me a If-Modified-Since
header. This works fine, Until I add anywhere in the page session_start (before or after the headers).
Have anyone any idea how to solve this?
Thanks
IM