Re: Apache::SessionX Installation

2002-09-06 Thread Dean Powers
This problem of installing the SessionX patch when I was pointed to how to install patches. It works now! Thanks everyone for their help. > On Thu, 2002-09-05 at 20:01, Dean Powers wrote: >> I'm trying to install SessionX from CPAN. It fails, of course, and now I'm trying &g

Apache::SessionX Installation

2002-09-06 Thread Dean Powers
27;; > > @@ -26,7 +26,7 @@ > } > > $session->{data}->{_session_id} = > -substr(MD5->hexhash(MD5->hexhash($arg || (time(). {}. rand(). $$))), 0, $length); > +substr(Digest::MD5::md5_hex(Digest::MD5::md5_hex($arg || (time(). {}. rand(). $$))