Hello,
Thanks for the replies guys, but I have solved the problem. I was setting the cookie as -
setcookie ( Name, Value, time()+9999999999999).....
the 'time()+99999999999' was the problem...it resulted in a value that caused the cookies to be deleted instead of creating/refreshing them...now Iam using mktime and this time properly😃 ...so the problem is solved.
Thanks Anyways
Satish