Hi!

On Fri, Feb 14, 2003 at 03:52:35PM +0530, Devi .M wrote:

>       Now I tried authenticating the user, where I have to maintain
> separate session for each user. When I saw how to do session management in
> mod_perl a module called Apache::Session was told. But when I tried it,
> that module was missing in my mod_perl. So I want to know, whether I have
> to download this module separately, or what version of mod_perl will it be
> available?

You'll have to download Apache::Session (and probably a lot of other usefull
modules) seperatly from CPAN, http://www.cpan.org (though I prefer
http://search.cpan.org)

Or, use the CPAN-shell that comes with Perl

(as root)
% cpan
or
% perl -MCPAN -eshell

cpan> install Apache::Session



-- 
#!/usr/bin/perl                               http://domm.zsi.at
for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}

Reply via email to