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

Reply via email to