A
adouglas
Guest
Im working on an ASP.NET application. My site stores a couple of values in a couple of cookies, sets their expiry date to be Date.Now.Addhours(2), then redirects to another site. This other site then redirects back to my site. I then go to read the values from the cookies I wrote before redirecting, but they dont seem to be there. But if I then close the browser, open it again and go to my site, my original cookies are there again. So theyre being stored on the client machine alright, but for some reason they cant be seen when I return from this other site.
Any ideas why this is happening and suggestions on how I can see my cookies when I get back from the other site without having to restart the browser?
If it makes a difference (although I dont see why it would), the other site Im redirecting to is standard ASP, not ASP.NET.
Any ideas why this is happening and suggestions on how I can see my cookies when I get back from the other site without having to restart the browser?
If it makes a difference (although I dont see why it would), the other site Im redirecting to is standard ASP, not ASP.NET.