I am working on apache 2.2.15 + mod_perl2 for setting up a website. Using Apache::Session::Postgres and MasonX::Request::WithApacheSession.
request_class => "MasonX::Request::WithApacheSession" session_cookie_domain => "l*****", session_directory => '/tmp/sessions/data', session_lock_directory => '/tmp/sessions/locks', session_use_cookie => 1, args_method=>"mod_perl", session_cookie_name => "****", session_cookie_expires => "+4d", error_mode => "fatal", session_use_cookie=>1, session_class => "Apache::Session::Postgres", session_user_name => "***", session_cookie_resend => "true", session_password => "*****", session_data_source => "dbi:Pg:dbname=***;host=loc +alhost"
My Error_log shows the following error: Some or all of the required parameters for your chosen session class (Apache::Session::Postgres) were provided. The following parameters were missing: handle\n
In reply to Error using mod_perl2 (Apache::Session::Postgres) by Hrishi28
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |