J
Jason Shohet
I'm writing a js cookie from an asp.net page. A .NET cookie won't do.
Inside the js func. that writes the cookie, I do this code to see the cookie
afterwards:
window.document.write(document.cookie);
That shows me this on the asp.net page:
machinename=jshohet; ASP.NET_SessionID=adt2......
So I know the cookie is being written. Otherwise i wouldn't see the name I
gave it (machinename) and the value (jshohet). Prob is, I'm looking in
documents & settings for the logged in user & i don't see a cookie in it,
except for some yahoo cookie
TY for any help J. Shohet
Inside the js func. that writes the cookie, I do this code to see the cookie
afterwards:
window.document.write(document.cookie);
That shows me this on the asp.net page:
machinename=jshohet; ASP.NET_SessionID=adt2......
So I know the cookie is being written. Otherwise i wouldn't see the name I
gave it (machinename) and the value (jshohet). Prob is, I'm looking in
documents & settings for the logged in user & i don't see a cookie in it,
except for some yahoo cookie
TY for any help J. Shohet