Fwd: Cookie handling on HTTP server side?

Marc Lehmann schmorp at schmorp.de
Thu Dec 29 22:22:22 CET 2011


On Thu, Dec 29, 2011 at 10:10:30PM +0100, Zsbán Ambrus <ambrus at math.bme.hu> wrote:
> Not even RFC 6265?

Haven't looked at it, mostly because I assume it simply documents existing
practise.

Looking at it, it does the right thing and obsoletes cookie2, so there is
indeed no value in implementing it *phew*.

The last time I designed a web framework I decided cookies were
fundamentally misdesigned and thus didn't use them for important things,
but the next time I implement a cookie parser (never?), I will look at it
:)

Maybe somebody else knows more about cookie parsers, I apparently don't
use much of CPAN outside my own modules.

-- 
                The choice of a       Deliantra, the free code+content MORPG
      -----==-     _GNU_              http://www.deliantra.net
      ----==-- _       generation
      ---==---(_)__  __ ____  __      Marc Lehmann
      --==---/ / _ \/ // /\ \/ /      schmorp at schmorp.de
      -=====/_/_//_/\_,_/ /_/\_\



More information about the anyevent mailing list