session cookie in Internet Explorer.
Posted: Mon Apr 20, 2009 8:16 am
Hello all,
session level cookie in IE8 is not happening, any help in this regard is much appriciated.
the following code works good in FF. But in IE it fails giving a higher life time makes it work in IE. But i need a session cookie
setcookie('name', 'value', 0, '/', 'mydomain.com');
Thanks
Varma
session level cookie in IE8 is not happening, any help in this regard is much appriciated.
the following code works good in FF. But in IE it fails giving a higher life time makes it work in IE. But i need a session cookie
setcookie('name', 'value', 0, '/', 'mydomain.com');
Thanks
Varma