>> This works -> put the session into ENVIRONMENT variable
>>
>
>yes, i have thought of that, and it indeed works, but I would like to
>pass it through the GET interface, if at all possible. if it turns out
>impossible - then my choice would be a RewriteRule similar to yours
above...
Currently Embperl cannot join the values from POST and GET together (it's on
the TODO list). On a POST request you see only the posted data in %fdat.
Either do something like
$ENV{QUERY_STRING} =~ /session=(.*?)(&|$)/ ;
to get your session info directly out of the query_info or use the solution
with putting session info in an evironment variable
Gerald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]