Closed
Bug 595556
Opened 15 years ago
Closed 15 years ago
session problem
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mehmet, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4
Build Identifier: 3.6.9
we are a web designer and hosting company(www.sitenizolsun.com). We have ~6000 customers. We recommend to firefox to our customer and they usually use firefox3.6.3 version. There is no problem but latest version ( 3.6.9) is contain a bug. For example, when I want use tinymce 2.1.3 editor and add to a picture. I click on image button, open a new window but my php session is destroy. I make debugging step by step with firebug (with script, net, dom methods). I don't see any problem and my php session is exist on disk. when I turned off tracking, the session has been destroy :( However there is no problem on firefox3.6.3. if you want to see this problem, please contact us.
Reproducible: Always
Comment 1•15 years ago
|
||
Please give more details. What are you doing to "destroy PHP" and what does that mean?
Sorry,
i was sleepless yesterday and couldn't write understandably.
By "destroying" i meant the destruction of the php session.
if the src attribute of an image is empty, the browser sends a new request to the server for the base url without the session information and i am losing my session cookie.
Currently i am encountering the following error:
[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIWebNavigation.sessionHistory]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://global/content/bindings/browser.xml :: :: line 637" data: no]
[Break on this error] Filtered chrome url chrome://global/content/bindings/browser.xmlbrowser.xml (line 643)
this.http_observer is null
Comment 3•15 years ago
|
||
Reporter -> Are you still experiencing this issue? Have you tried safe mode or a new profile?
Can you provide the code or step by step actions that are destroying the session?
when release the new firefox version no problem. This bug is fixed.
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•