Cookie causing 400 Bad Request
It seems that CG creates cookies that are larger than CG accepts:
400 Bad Request
Your browser sent a request that this server could not understand.
Size of a request header field exceeds server limit.
Cookie: JPnyc_postCookie= [8 168 bytes of data here]
So, now the question is: How do I delete this particular cookie?
- petter
[372 byte] By [
wildfrog] at [2007-11-20 3:51:52]

# 2 Re: Cookie causing 400 Bad Request
And the answer is...
Log out and log back into dev-archive. That will clear it. I've been told that this cookie will only be larger than 4k if your post is larger than 4k (so don't write so much ;) :D)
Brad!
# 3 Re: Cookie causing 400 Bad Request
Logging out clears it, but it should never be that large. The size limit on cookies is around 4k. Larger than that, the browser should reject it, the cookie won't be set. There's a little variation in how much beyond 4k it'll accept but surely not double.
JPnyc at 2007-11-10 3:37:54 >
