>>>>> "Trei" == Trei B <[EMAIL PROTECTED]> writes:
Trei> On 30 Oct 1999, Randal L. Schwartz wrote:
>> You have three main choices for maintaining a "session":
>>
>> 1) cookies
>> 2) mangled URLs
>> 3) hidden fields in forms
>>
>> If "static HTML" can't do #2 or #3, you are stuck with #1.
>>
>> No amount of module help can work. :)
Trei> I may be wrong, but it seems that mod_perl gives us enough access to the
Trei> request loop that we could handle this problem. Couldn't we parse out and
Trei> append the session id somehow in the URI translation phase?
There is no "session ID". You get one of the above.
HTTP doesn't have "sessions". It has individual requests.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!