On Jan 10, 2008 4:09 AM, Cina, Pavel (external)
<[EMAIL PROTECTED]> wrote:
> the problem with loading of CGI::Session I have solved by preloading of CGI 
> module (PerlModule CGI) directly by the start of apache server in http.conf.

Okay, that means you have a permissions problem.  When apache starts
up, it runs as root.  Then it becomes the user specified in
httpd.conf, usually "nobody."  Your CGI::Session library must not be
readable by the nobody user.

> Anyway I decided not to use this object and now I'm using Apache::Session 
> object.

They both work.  CGI::Session is more actively maintained at this point.

> Regarding using of CGI with mason pages handeled by mod_perl here is one note 
> from http://www.masonhq.com/docs/manual/Devel.html :

That refers to the CGI module, which you are not using.  It's a
separate thing from CGI::Session.

- Perrin

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to