Cookie Handling
Hi everybody
I am using the following code to create and read cookies
Create Response.Cookies("myname").Value = empname
Read empname = Request.Cookies("myname").Value
where empname is a local variable
The Problem is that some client Browsers are not supporting this usage.
I have installed the latest version of IE on all such machines and the problemm still remains.
Can anybody advise me on a solution . I do not want to change my code.
I can easily modify the settings on my client's systems.
-.. -..
__________________
-.. -..
|