On Jan 5, 2008 12:56 AM, Colin Wetherbee <[EMAIL PROTECTED]> wrote: > Well, I don't mind editing the headers, but I'd rather use standardized > API calls (i.e. through Apache2::Cookie and friends) so that I don't > have to worry about what's going on under the hood, updating my code for > Apache2 changes, and so forth.
Cookies are pretty simple. The main reason to use a library is just to get the formatting right. The actual header manipulation is not likely to change, so I think you're not taking much of a risk by doing it directly. - Perrin
