Forums

The 'session' cookie is too large: the value was

Hi

When I get the error

UserWarning: The 'session' cookie is too large: the value was 32062 bytes but the header required 26 extra bytes. The final size was 32088 bytes but the limit is 4093 bytes. Browsers may silently ignore cookies larger than this.

I am only uploading a jpeg file.

Do I need to upgrade free plan, or is there som other issue I need to change in settings?

Kind regards

Christopher

The HTTP spec has a limit on how big cookies can be. It seems like you're somehow putting the file contents into the session cookie. Don't do that, it will not work.