Did you change the location for the Cookies? In the php.ini it starts off in
/tmp which does not exist on a windows machine. Try changing it to c:\temp or
something that actually exists on your box.
--
Scott Carr
OpenOffice.org
Documentation Maintainer
http://documentation.openoffice.org/
Quo
> Ill try and include it in my main page...
What you could do is put the code in a small include file and then use the
auto_prepend setting to include this transparently in every page - this
would make it a lot easier to maintain as no changes need to be made to your
site pages.
> Do you know th
Or a more polite reply would be:
All cookies must have an expiry date for them to persist - if you do not set
an expiry date then the cookie will be cleared when the user's browser
session is closed.
I don't believe this is in the PHP manual...
What you could do is include some code in your pag