OK, finished testing with this and in the end the only browser that had issues was Safari - the others tested ( IE, Chrome and Opera) were fine, the problems I was having were related to the varied returns that the <input type=image" ..> tag produces. Back on Safari - as distributed with the User Pref "Accept Cookies" set to "Only from sites I visit" - the cookies from Session are rejected - they obviously should not be. If the setting for "Accept Cookies" is changed to "Always" then Session works with Safari. Thanks again for the help - J
On Thu, Jan 6, 2011 at 2:53 PM, jeff robinson <[email protected]> wrote: > Now we are starting to get somewhere. At Wade's suggestion I checked > the cookies as received by the various browsers. FF as expected > receives the cookie just fine. Safari does not. To double check I > cleared all the cookies from the Safari (ver 4.1.3) browser, re-ran > the test and nothing - no cookie saved. So that's seems to be the > issue with that browser. I am working on the others and will provide > some feedback soon. > Thanks for help - J > > On Thu, Jan 6, 2011 at 12:24 PM, Wade Stuart <[email protected]> wrote: >> On Wed, Jan 5, 2011 at 11:07 AM, jeff robinson >> <[email protected]> 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? >> >> _______________________________________________ >> List: [email protected] >> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst >> Searchable archive: http://www.mail-archive.com/[email protected]/ >> Dev site: http://dev.catalyst.perl.org/ >> > _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
