top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Bugzilla login required after each action with firefox

+1 vote
438 views

Sometimes it happens that with firefox after each page change during creation of a new bug new login is required. So the page with login information is shown (not the login at the header line)

With IE or Chrome at the same time this does not happen. Does anyone know how the firefox can used without the repeating login?

posted Dec 5, 2013 by Salil Agrawal

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Did you check the cookie configuration in firefox? It needs to accept cookies for Bugzilla without timeouts by plugins or whatever. Besides that, I would double check the settings for cookiepath and sslbase etc. in the administration section of Bugzilla.

answer Dec 5, 2013 by Meenal Mishra
Thanks, deleting cookies solved the problem and at one installation the settings at bugzilla was not correct.
Similar Questions
+1 vote

We reissue userids as new employees come on board from employees that have left which sometimes causes a new employee to get a Bugzilla logon error. The error message statues" "The external ID "xxxx" already exists in the database for "xxxxxxx.xxxxxx@xxxxx.xxx", but your account source says that "xxx.xxxx@xxx" has that ID". Any suggestions?

0 votes

Hi,

In my application, we are using material design with a lot of gradients effects. It's working in windows firefox whereas in centos firefox not working properly. Any suggestion, please ?

+2 votes

What is the shortcut key for making Firefox not covering the Panel Bar at bottom ?

+4 votes

I had developed extension for firefox. In that i used

var cookieManager = Cc["@mozilla.org/cookiemanager;1"] .getService(Ci.nsICookieManager2); 
var count = cookieManager.getCookiesFromHost("example.com");

to read cookie. Noted in Access Specific cookie.

Now i tried same in private window but i can't able to read a single cookie info.

Kindly suggest me to read a cookie info in main.js, private window.

...