Hi all. I am running an online charity lottery and am having issues with IE6
and sessions.

To fix them, I added the following at the top of each file:

ini_set('session.name', 'tlc');
header("Cache-control: private");
session_start();

...ran a local test in IE6 worked fine, then noticed more blank entries
coming in. I am not using third-party cookies, the system is built on php
sessions, any more ideas?

--
http://www.web-buddha.co.uk

Reply via email to