Big cookies problem
Brought to you by:
leszek_k
L-forum stores many information in cookies on client's
side. It would be OK, but as forum grows, cookies
becoming bigger and bigger. Once it must come - server
refuses request because HTTP header (in which cookies
are sent) is too big.
I would prefer to store just "computer id" into cookie
and maintain all info about opened threads etc. in
database. HTTP request will be smaller and problem will
disappear.
Logged In: YES
user_id=957542
Does anybody know how to increase max size of HTTP header in
Apache 1.37 as a work around until a fix for l-forum is available.