> No idea I need to see more code to say what's going wrong there. Have
> you thought about using one of the session modules available from CPAN?
> e.g. http://search.cpan.org/~jbaker/Apache-Session-1.54/Session.pm where
> you can store sessions in MySQL, ...
Yes, I've been using Apache::Session::
> To be blunt, this code has a lot of problems.
... and was written in 30 seconds to give an overview of what we *really* have.
It wasn't an actual snippet of the code we really use. The "defined in foo.pl"
comments were for readability for posting to the list, and yes, our cursors
really DO have
my %mycookies ;
# etc etc, parse what the browser gives us
return %mycookies ;
}
In order to make this call within webapp.pl:
%COOKIES = &getallcookies() ;
... we have to define %COOKIES all over again.
Thanks for any assistance.
Ian Douglas
--
Reporting bugs: http://