A
arijitdas
Hi,
We have an ASP.NET 2.0 web application where we want to share few user
specific data between server and client side code using cookie. We are
seeing a very strange behavior that it does not work consistently.
Sometimes we are getting the latest value set from server in client
script, sometimes were are getting a wrong (previously set old) value.
In other words, the values in client and server is not in sync.
Can anybody suggest what are the parameters we should be checking to
debug this? We are using the same cookie name with the same 'path' in
both server and client side code. Client browser IE6.
Thanks!
We have an ASP.NET 2.0 web application where we want to share few user
specific data between server and client side code using cookie. We are
seeing a very strange behavior that it does not work consistently.
Sometimes we are getting the latest value set from server in client
script, sometimes were are getting a wrong (previously set old) value.
In other words, the values in client and server is not in sync.
Can anybody suggest what are the parameters we should be checking to
debug this? We are using the same cookie name with the same 'path' in
both server and client side code. Client browser IE6.
Thanks!