Hello Jerry, On Friday, February 21, 2003, [EMAIL PROTECTED] wrote... > there is a bug with the setcookie() function call on Sparc64. For > whatever reason, I have not had time to look into it further, the > setcookie() is crashing the httpd app.
> I read somewhere that setcookie() had an issue with the 3rd param. > So, I simply changed all calls (about 6 of them), from > setcookie(xxx, fff, ggg, hhh,...); > to > setcookie(xxx,fff); The third parameter is the time the cookie is valid for. We set it to 0 so that it expires on closing of the browser. Maybe Sparc64 doesn't like 0 being set on the headers of cookies. Leaving it empty would produce the same result as setting it to 0. -- Jonathan Angliss ([EMAIL PROTECTED]) ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users