Closed
Bug 269998
Opened 20 years ago
Closed 19 years ago
Needless MySQL database entry for session control
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
INVALID
People
(Reporter: jvdtuin, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 The problem is not visible for normal users!!!! When the page on the site is opened for the first time a unic number is generated for session control, in al the links on the site this number is send with the URL URL?sid=#number# this number is also stored in a database on the site so sessions can be tracked. en when links are followed within the site no new numbers are generad, only when firefox is used to view the pages, every click genereds a extra database entry, which is not used on the viewed page. (When the page is viewed with MIE it works correctly.) This is verry un plessand when your webspace is limmed I have the feeling thad firefox send de request 2 times 1 time with te variables and 1 time wihtout the variables and the brouwser only displays the page with de varibals I hope jou can fix this bug (or if you think its my programming let me know) Reproducible: Always Steps to Reproduce: 1. 2. 3.
Comment 1•20 years ago
|
||
I see ?sid=... in the url of the top frame containing the text "Zwem- en Polovereniging Aegir", the url of the left frame, on the top level links in the left navigation frame, but not the second level links. The sid appears to stay the same while navigating the site. Reporter, Firefox / Web Site is for reporting issues with the firefox product pages on mozilla.org, not with other sites, see https://bugzilla.mozilla.org/describecomponents.cgi?product=Firefox#Web%20Site
Assignee: bugs → firefox
Component: Web Site → General
QA Contact: firefox.general
Comment 2•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
| Reporter | ||
Comment 3•19 years ago
|
||
I found out what the problem was, by reading the server log's. There was an error page that accesed the database, when firefox tried tot call for the favicon.ico my mistake sorry for the trobble
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
QA Contact: general → jvdtuin
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•