[web2py] Re: auth issue in Firefox 3.6.10+ on Mac

2010-10-27 Thread Adi
I've found the problem. In Firefox there's a setting in Privacy which says "Accept third party cookies". As per the documented behavior here: http://kb.mozillazine.org/Network.cookie.cookieBehavior if that is unchecked, network.cookie.cookieBehavior = 1 and "will allow cookies from the originatin

[web2py] Re: auth issue in Firefox 3.6.10+ on Mac

2010-10-26 Thread Adi
What information can I dump from web2py to debug this problem? -- Aditya On Oct 26, 10:16 am, Aditya Sahay wrote: > No. This is seconds after logging in. > > On Tue, Oct 26, 2010 at 12:28 AM, mdipierro wrote: > > Could it be their session expired? > > > On Oct 25, 1:05 pm, Adi wrote: > > > Hi

Re: [web2py] Re: auth issue in Firefox 3.6.10+ on Mac

2010-10-25 Thread Aditya Sahay
No. This is seconds after logging in. On Tue, Oct 26, 2010 at 12:28 AM, mdipierro wrote: > Could it be their session expired? > > On Oct 25, 1:05 pm, Adi wrote: > > Hi all, > > > > I've got some users facing this peculiar problem in Radbox. > > > > Faced in: Mac OS X 10.6.4, Firefox 3.6.10 and

[web2py] Re: auth issue in Firefox 3.6.10+ on Mac

2010-10-25 Thread mdipierro
Could it be their session expired? On Oct 25, 1:05 pm, Adi wrote: > Hi all, > > I've got some users facing this peculiar problem in Radbox. > > Faced in: Mac OS X 10.6.4, Firefox 3.6.10 and newer > > Even when they're logged into Radbox, there's this small piece of code > which returns -1. > > --