Re: Have to Login Multiple Times - Cookie Issue? - Mozilla
This is a discussion on Re: Have to Login Multiple Times - Cookie Issue? - Mozilla ; On Nov 19, 12:35*pm, "ray terrill" wrote:
> I've just configured bugzilla (3.0.6), and I'm having issues where its
> requiring multiple logins. *The first time you login, it looks like it sets
> a 'Bugzilla_logincookie' cookie. *The second time, ...
-
Re: Have to Login Multiple Times - Cookie Issue?
On Nov 19, 12:35*pm, "ray terrill" wrote:
> I've just configured bugzilla (3.0.6), and I'm having issues where its
> requiring multiple logins. *The first time you login, it looks like it sets
> a 'Bugzilla_logincookie' cookie. *The second time, it sets both a
> 'Bugzilla_logincookie' cookie and a 'Bugzilla_login' cookie. *After these
> are both set, I'm not asked for authentication again until after I log out.
> This issue occurs on both Firefox 3.0.4 and IE 6.
>
> Any idea how I can correct this? *Its annoying for users (and me).
>
> Thanks,
> -Ray
I've currently got the urlbase set to 'http://bugzilla/', and the
cookiepath set to '/'. Apache serves bugzilla out of the document
root, which is configured to be '/var/www/html/bugzilla'.
-Ray
-
Re: Have to Login Multiple Times - Cookie Issue?
On Nov 19, 3:57*pm, Max Kanat-Alexander wrote:
> On Wed, 19 Nov 2008 11:55:43 -0800 (PST) rayjohnterr...@gmail.com wrote:
>
> > I've currently got the urlbase set to 'http://bugzilla/', and the
> > cookiepath set to '/'. *Apache serves bugzilla out of the document
> > root, which is configured to be '/var/www/html/bugzilla'.
>
> * * * * What about cookiedomain? That should be unset.
>
> * * * * -Max
> --http://www.everythingsolved.com/
> Competent, Friendly Bugzilla and Perl Services. Everything Else, too.
Cookiedomain is unset. Its strange that once the 'Bugzilla_login' is
set, I'm able to stay logged in, even across browser restarts, etc
(without clearing out the cookies of course).