Good evening. Is it possible to un-bake a baked cookie?
From the Apache2::Cookie documentation, bake() "adds a Set-Cookie header to the outgoing headers table." Is there a way to undo this without manually editing the headers, preferably with Apache2::Cookie methods?
(As an aside, would somebody mind briefly explaining the difference between the Set-Cookie and Set-Cookie2 headers? Is Set-Cookie2 preferred now? Can it be implemented by just changing instances of bake() to bake2()?)
Thanks. Colin