Closed Bug 307468 Opened 19 years ago Closed 19 years ago

Login Screen when I click on any link like users, product, Search, etc

Categories

(Bugzilla :: Bugzilla-General, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: ksujeet5, Unassigned)

Details

User-Agent:       Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; {C32965A8-616C-4E16-F170-6F1215D375A5}; .NET CLR 1.1.4322)
Build Identifier: 

When I log in to a bugzilla account, and click on search to get the list of 
open or closed bugs for a particular product, it takes me to the login screen
This happens with all the other links like products, users, etc.
Also when I relogin and click on any link, the Logout %username% field changes 
to login.



Reproducible: Always
First we need to know which version of Bugzilla you are using. Then I guess that
you are not using cookies (or using them with too much restrictions), explaining
why you have to relogin all the time. Or maybe are you using a customised
installation?

Without more information, I will leave this bug as WFM. If you are behind a
rotating proxy, then this is a dupe of bug 179770.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
I am having the same problem as KSUJEET.  We have cookies enabled with absolutely no restrictions.

Bugzilla version:  2.20
Browsers with the problem:  IE (on windows), firefox 1.0.7 (on linux), firefox 1.5 (on linux and windows)

"localconfig" values:

$index_html = 0;
$create_htaccess = 1;
$webservergroup = "apache";
$db_host = "localhost";
$db_port = 3306;
$db_name = "masked";
$db_user = "masked";
$db_pass = 'masked';
$db_check = 1;
$contenttypes = {
  "html" => "text/html" , 
   "rdf" => "application/xml" , 
   "xml" => "text/xml" , 
    "js" => "application/x-javascript" , 
};
$cvsbin = "/usr/bin/cvs";
$interdiffbin = "/usr/bin/interdiff";
$diffpath = "/usr/bin";
$db_sock = '';
$db_driver = "mysql";
You need to log in before you can comment on or make changes to this bug.