CGI::Session looks like it gives a good abstraction.

I used use CGI::Session; in my code and came up with the error  failed to
resolve handler `AuthCAS->authen_handler': Can't locate CGI/Session.pm in @

I am using fedora core 5 with Apache 2.2 with mod_perl 2.x 

Can I know how can I install the above module(CGI::Session) to my system.

Thanks

 

Perrin Harkins wrote:
> 
> On Wed, 2007-01-17 at 16:11 -0800, Tracy12 wrote:
>> Well does this all mean there is limited features to do session handling
>> on
>> mod_perl.
> 
> Concepts like sessions are not built into mod_perl.  They are
> implemented separately by modules that you can find on CPAN, like
> Apache::Session, which was suggested to you earlier.  My preferred
> module for sessions these days is CGI::Session, which also works with
> mod_perl.
> 
> If you want to use sessions, you can read the documentation for these
> modules on http://search.cpan.org/.
> 
> - Perrin
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Session-Handling-Set-Session-attributes-tf3030824.html#a8423735
Sent from the mod_perl - General mailing list archive at Nabble.com.

Reply via email to