[Catalyst] Issue with Plugin::Session
Wade Stuart
wbs at grepit.net
Thu Jan 6 17:24:46 GMT 2011
On Wed, Jan 5, 2011 at 11:07 AM, jeff robinson
<jeffreyianrobinson at gmail.com> wrote:
>
> Hi
> Having a prblem with Safari and IE browsers and the Session plugin.
> The app works fine with Firefox, but session data is being reset
> between requests with these other browsers.
>
> Example:
>
> DB<1> x $c->session
> 0 HASH(0xac06a3c)
> '__address' => '10.87.199.12'
> '__created' => 1294242706
> '__updated' => 1294242706
> '__user_agent' => 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X
> 10_4_11; en) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/4.1.3
> Safari/533.19.4'
>
> After a single request using Safari, its now:
> DB<2> x $c->session
> 0 HASH(0xad41888)
> '__address' => '10.87.199.12'
> '__created' => 1294242721
> '__updated' => 1294242721
> '__user_agent' => 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X
> 10_4_11; en) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/4.1.3
> Safari/533.19.4'
>
Does the second and third request keep the same cookie on safari? can
you see the cookie set properly on safari's cookie browser?
More information about the Catalyst
mailing list