hi friends..
i am using cookie on m web page, a value is stored in cookie ,after that , the value is reterieved from the cookie and used in web page...
all is going well...
but when i open any link in other tab of my browser, ( means a same page in two tabs), in new tab it doesnot show the value of cookie....
this code is usedPHP Code:if(isset($_COOKIE['modelid']))
{
$selmodel = $_COOKIE[modelid];
}
else
{
$selmodel ='No Model Selected';
}



Reply With Quote

Bookmarks