>>>>> "Trei" == Trei B <[EMAIL PROTECTED]> writes:
Trei> I appreciate your suggestions. I may be missing something in the
Trei> documentation for these modules, but they seem to rely on cookies. I need
Trei> to maintain session state WITHOUT cookies. As I said before this would be
Trei> easy if I only needed the user's session id when they were in the CGI
Trei> application, but I need to maintain that state when they visit static HTML
Trei> and then come back. It seems like an Apache module would be up for this
Trei> task.
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. :)
--
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!