Right, the sit in question
www.solarnova.co.uk/politica/index2.htm
its a frame of simhen.hostingrapid.com/v3-politica.php
The site uses cookies and is in php.
I currently format my cookies like this:
PHP Code:
setcookie('cookie',var);
HOWEVER both Konquerer and IE dont seem to like this, firefox has NO problem.
if I change my cookie to:
PHP Code:
setcookie('cookie',var,,'.solarnova.co.uk',0);[/
Nothing likes it.
I need cookies to expire at browser close.
so I format it like this:
PHP Code:
setcookie('cookie',var,0,'.solarnova.co.uk',0);[/
IE like it but FrFx not!!!!
(Icouldnt at that point be bothered to boot my linux install to see how Konquerer responded.
also see my post about mail
here
any ideas?