Melody
Banned
- 6,454
- Posts
- 20
- Years
- Cuddling those close to me
- Seen Mar 4, 2018
I don't know why but this cookie is generally causing intermittent 500 errors, because it tends to get too long, and exceeds the maximum request size.
I've confirmed it with the FireBug with the FireCookie Addon so that I can view/manage cookies. I've gotten around the error by deleting that specific cookie, but I thought I might point out that sometimes that specific cookie tends to max out the request size limit.
It's usually caused by viewing a LOT of blogs daily, which I tend to do. On average, I see this error once a month usually. (I've been seeing it for the past 3 months, and I've used FireBug to collect information on it)
Code:
bbblog_lastview=<cookie value data omitted>; path=/; domain=www.pokecommunity.com
It's usually caused by viewing a LOT of blogs daily, which I tend to do. On average, I see this error once a month usually. (I've been seeing it for the past 3 months, and I've used FireBug to collect information on it)