Sam Varshavchik wrote:
Alessandro Vesely writes:

Sam Varshavchik wrote:
Alessandro Vesely writes:

However, why shouldn't webmail just discard unwanted cookies,
rather than storing them in the environment?

All cookies get stuffed into a single header. The header needs to be parsed first, but this can't be done at this early stage of the game.

What early stage are you talking about, Apache setting HTTP_COOKIE?
(I thought the failure was somewhere in webmail code...)

At the stage where the CGI stub connects to sqwebmaild via the socket, and transmits the CGI environment, and the HTTP request.

Ooops, I overlooked that (since 2003-11-01? Good Grief!)
I guess it's not possible to run sqwebmail without CGI stub.

One could patch send_environment() to solve exactly this problem,
as an alternative to using mod_rewrite to delete unwanted cookies.
Not a smart option, unless the CGI stub evolves into something
that allows more customizations (e.g. a PHP extension? Hmmm...)



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to