[mod_python] Session info from authenhandler

Bo Lorentsen bl at netgroup.dk
Mon Aug 6 09:58:50 EST 2001


Hi ...

Is it somehow possible to transfer session information found in the
"authenhandler" directly to the "normal" handler. I know that I could
use a cookie, but this still demands one trip around the client, and I
like to avoid that.

I have tried to set a value from "authenhandler" in the
"req.headers_out", and then try to read it in the "handler", but this is
somehow not possible, either.

Any idea how to do this ?

/BL




More information about the Mod_python mailing list