Hi All,
I am trying to read a cookie value using external in .net.
Below is the external code for reading cookie value
[Code]
javax.servlet.http.Cookie cookiearray = requestcontext.getRequest().getCookies().Where(q => q.getName().Equals("JPNumber")).SingleOrDefault();
[/Code]
I have putted this external into a component and places that component onto page.
When I am trying to access tha page on LSDS webserver first time its give the perfact result and when i relode it it gives the same cookie value means the cached result.My page is getting cached somewhere.I have disabled the component level cache to "Do Not Cache" but still the same issue ,tried reset of iis as well but same issue.
l
Any help will be appriciable.
Thanks
Tushar