[cgiapp] the plugin CGI::Application::Plugin::Session issue

George Hartzell hartzell at alerce.com
Tue Jun 10 21:43:00 EDT 2008


Cees Hek writes:
 > On Tue, Jun 10, 2008 at 5:31 PM, Mike. G <hylinux at gmail.com> wrote:
 > > Hi, list
 > > I got one issue when I use the plugin CGI::Application::Plugin::Session
 > >
 > **SNIP**
 > >
 > >        COOKIE_PARAMS => {
 > >        -domain => $this->cfg('site_domain'),
 > >        -expires=>'+40m',
 > >        -path=>'/',
 > >        -secure=>1,
 > >        },
 > >
 > >    );
 > >
 > **SNIP**
 > >
 > > *when I refresh that script, we always got the difference session id, why?*
 > 
 > Hi Mike,
 > 
 > That is usually due to a cookie problem. [...]

In addition to what Cees mentioned, you might need to double check
that the system clock on the server is correct.

g.


More information about the cgiapp mailing list