20 Jul
2000
20 Jul
'00
11:22 p.m.
Evan Simpson wrote:
The value you're after is stored in the 'environ' section of the request. Unlike 'other' and 'cookies' keys, 'environ' keys can't generally be fetched as attributes or keys of REQUEST. You need to access them as REQUEST.environ['keyname'].
Heh, I thought so, I presume REQUEST.get won't get out of environ either? I posted this in the collector and was told it behaved as expected (and would suck the key out of any of the sub-dictionaries) What's the real story? ;-) cheers, Chris