CFCOOKIE mystery -- mixed case cookies returning as lowercase?

2012-12-05 Thread Tony Green
Hi CFTALK - I have a really weird mystery that Im trying to solve.I have an app that has run fine for about 5 years. All of a sudden, about a week ago, I'm starting to get cookies created by my own CFCOOKIE returning from random clients all in lower case. For example. Template A sets:

Re: CFCOOKIE mystery -- mixed case cookies returning as lowercase?

2012-12-05 Thread Byron Mann
Is the client hitting the first page for sure in these instances? My first thought would be that the cookie is client created. So a bot or hack attempt. Has anything changed at all with the code base, or where the cookie value is coming from? Like a possible query change. On Dec 5, 2012 10:45 PM

Re: CFCOOKIE mystery -- mixed case cookies returning as lowercase?

2012-12-06 Thread Tony Green
Yes, my tracing code shows the client hitting the "cookie set" page, and having the cookie set with all caps.Then on the next page the entire CGI.HTTP_COOKIE is being seen by the server as being lower case. HTTP_COOKIE: "cfid=296838408; cftoken=af55396400; thecookie=abcdefg" Note the str

Re: CFCOOKIE mystery -- mixed case cookies returning as lowercase?

2012-12-06 Thread Byron Mann
If code and the environment hasn't changed, then it would maybe point to the client side of things. Any commonlaity to browsers? Maybe a particular recent release of a browser has a bug that is causing this. ~| Order the Adobe