Tagged Questions
1
vote
3answers
538 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 ...