Is there any difference in setting cookies between operating under just general CGI and when using an Apache webserver and mod_perl?
I got a program I'm writing that generates every page it dishes out on the fly, dynamically.
If I can stay away from doing a use CGI;, I would love to.
Since cookies are interpreted by the client and read from the header before the content type is set there should be no difference, with the exception of when you have opportunities to print the header under mod_perl, aka because you could print the header in an early part of the response and then handle content later or something similar, you would just have to make sure you are printing the cookies as part of the header.
http://danconia.org
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]