Tagged Questions
1
vote
3answers
519 views
ASP.NET fails to correctly handle comma delimited cookies
According to the RFC, individual cookies in the "Cookie" HTTP header may be separated by commas as well as by semicolons. However, ASP.NET does not parse the commas case correctly - it does not count ...
1
vote
1answer
493 views
How to determine .NET cookie path
I am writing a .NET application that uses cookies to store a login token. I'd like the user to be able to log into multiple installations of this application on the same server (let's say ...