9 Nov
2005
9 Nov
'05
7:43 p.m.
George Lee wrote at 2005-11-9 11:21 -0500:
... "request['ACTUAL_PATH']" ... This gives something like http://ip:port/path/to/subdomain though rather than http://subdomain.mydomain.org ... what if anything gives the latter?
I fear you fight a CookieCrumbler bug. The most natural "REQUEST['URL']" will give the correct value (as it gives what the primary HHTP cleint sees). -- Dieter