strickdd,
I haven't had to do this from ASP.NET but I have run into this with other server languages (and cookies from ASP). Hopefully the comment above will have what you need. Otherwise you may need to try to manually "parse" the cookie ASP.NET gets. I am not an ASP.NET expert so I don't know the specifics for sure or if this will work but basically you get the HTTP_COOKIE variable from the server and manually process it. I can help with details if you do need to use this method or have a question.
Let me know if you have any questions or need more information.
b0lsc0tt
Main Topics
Browse All Topics





by: vs1784Posted on 2008-02-18 at 10:59:20ID: 20922443
Check this MSDN article
/en-us/lib rary/aa479 313.aspx
http://msdn2.microsoft.com
It might help you
Thanks