On Sat, 30 Oct 1999, Stas Bekman wrote:
> On Thu, 28 Oct 1999, Trei Brundrett wrote:
>
> > The only issue I've encountered is the distinct possibility of users without
> > cookies. I've searched the list archive for solutions to this problem, but
> > came up with no definitive answer. The Apache::Session documentation states
> > that this issue is left up to the developer. Are there any existing modules
> > which puts the session id on the query string across both static and dynamic
> > pages and gives you easy access to that value so you can utilize it in a
> > CGI? If there isn't an existing module - does anyone have anything in
> > development?
>
> CGI::Cookie
> Apache::Cookie
I appreciate your suggestions. I may be missing something in the
documentation for these modules, but they seem to rely on cookies. I need
to maintain session state WITHOUT cookies. As I said before this would be
easy if I only needed the user's session id when they were in the CGI
application, but I need to maintain that state when they visit static HTML
and then come back. It seems like an Apache module would be up for this
task.
thanks,
Trei Brundrett