On Fri, 2007-02-02 at 12:28 +0200, Eugeny N Dzhurinsky wrote:
> Hello!
> 
> We'd faced weird issue - when crawling a website, there are set of banner
> links, and each link sets a cookie. So finally we are ending up with
> cookie header sent to server with more than 8 kilobytes of data. This causes
> bad request error, because of server configuration (in the error page server
> says it is not configured to handle such long headers).
> 
> The question is - how is it possible to limit headers sent to server to some
> size?


Hi Eugeny,

Not out of the box. You'll have to implement a custom cookie policy or
extend an existing one and add some logic to control the maximum cookie
header length. 

Oleg


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to