> "David R. Saunders" wrote:
> >
> > Folks,
> > I'm running:
> >
> > Solaris 2.6
> > Perl 5.005_03
> > Apache-Session-1.04
> > HTML_Embperl-1.2b10
> >
> > and I'm trying to use Apache::Session::File ... I hav
Folks,
I'm running:
Solaris 2.6
Perl 5.005_03
Apache-Session-1.04
HTML_Embperl-1.2b10
and I'm trying to use Apache::Session::File ... I have this test program:
#!/usr/local/perl5.005_03/perl
use Apache;
use Apache::Session::File;
my $id = 1;
my $opts = { Directory => '/tmp' };
my %session;
ti