Closed Bug 214673 Opened 22 years ago Closed 20 years ago

ASPSESSIONID Cookies get corrupted and cause javascript src includes not to be included

Categories

(Core :: Networking: Cookies, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED EXPIRED

People

(Reporter: keith, Assigned: darin.moz)

References

()

Details

Attachments

(1 file)

161.28 KB, application/zip
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 This is extremely hard to duplicate but i have seen it about 3 or for time with IIS Servers and Mozilla. When you have a page that is asp and uses <script type="text/javascript" src="/somefile.js">, mozilla creats or is instructed by iis to create a cookie called ASPSESSIONID??????, sometimes this cookie appears to get corrupted and mozilla stops loading all the javascript src includes. You can reload the page as often as you like but it won't make a difference, you must clear the session id cookie. I found the easiest way to reproduce this is to modify the asp page on teh back end then reload it, this causes the problem to occur again, but not always. Reproducible: Sometimes Steps to Reproduce: 1. Visit an asp page on iis with javascript includes 2. modify the page on the server and refresh mozilla 3. Keep modify and refreshing eventually you will get the error. Actual Results: Any javascript included file will stop being loaded. Expected Results: Should have continued to load the javascript includes. None
can you attach a Cookie log from such a session ? set NSPR_LOG_MODULES=cookie:5 set NSPR_LOG_FILE=c:\log.txt C:\Program Files\mozilla.org\Mozilla\> .\mozilla.exe
Can you offer some more detail as to what your asking me to do?
having a log file from Mozilla will help understanding what Mozilla really send, how it undertsood the cookies.
Sorry, i think you misunderstood the question. Please advise where you would like these commands to be entered. Are they part of a config file, do i enter them in the address bar, where do i put these commands so mozilla will create a log, and i can try and create the situation? Thanks
Make sure Mozilla is not running (be sure that Quick Launch is disabled). Then open a DOS prompt, and type the following (this example assumes that you have installed Mozilla in the default location): C:\> set NSPR_LOG_MODULES=cookie:5 C:\> set NSPR_LOG_FILE=C:\log.txt C:\> cd "Program Files\mozilla.org\Mozilla" C:\Program Files\mozilla.org\Mozilla\> .\mozilla.exe Now reproduce whatever problem you're trying to debug, and when you are done exit Mozilla and look for the generated log file: C:\log.txt
0[234058]: ===== COOKIE ACCEPTED ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB; path=/ 0[234058]: current time: Fri Aug 01 21:38:31 2003 GMT 0[234058]: ---------------- 0[234058]: name: ASPSESSIONIDCSBSDATC 0[234058]: value: DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: host: m54492.corp.ads 0[234058]: path: / 0[234058]: expires: at end of session 0[234058]: is secure: false 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/css/tmenu.css 0[234058]: cookie string: ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:31 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/apps/common.js 0[234058]: cookie string: ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:31 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/js/tmenu.js 0[234058]: cookie string: ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:31 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:31 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:31 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/images/tmenu/d_arrow.gif 0[234058]: cookie string: ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:31 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/images/tmenu/arrow.gif 0[234058]: cookie string: ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:31 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/yellow.gif 0[234058]: cookie string: ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:31 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/green.gif 0[234058]: cookie string: ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:31 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/red.gif 0[234058]: cookie string: ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:31 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:34 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:34 2003 GMT 0[234058]: 0[234058]: ===== COOKIE ACCEPTED ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=javas 0[234058]: current time: Fri Aug 01 21:38:34 2003 GMT 0[234058]: ---------------- 0[234058]: name: modem 0[234058]: value: javas 0[234058]: host: m54492.corp.ads 0[234058]: path: /toolbox/Structure/Connection_Problems/ADSL/troubleshooter/ 0[234058]: expires: at end of session 0[234058]: is secure: false 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=javas; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=javas; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=javas; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE ACCEPTED ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: ---------------- 0[234058]: name: modem 0[234058]: value: 3com_external 0[234058]: host: m54492.corp.ads 0[234058]: path: /toolbox/Structure/Connection_Problems/ADSL/troubleshooter/ 0[234058]: expires: at end of session 0[234058]: is secure: false 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/css/tmenu.css 0[234058]: cookie string: ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/apps/common.js 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/js/tmenu.js 0[234058]: cookie string: ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external_status.js 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/nil.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/grey.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/yellow-flash.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/green-flash.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:35 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:36 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:36 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:36 2003 GMT 0[234058]: 0[234058]: ===== COOKIE ACCEPTED ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=javas 0[234058]: current time: Fri Aug 01 21:38:36 2003 GMT 0[234058]: ---------------- 0[234058]: name: modem 0[234058]: value: javas 0[234058]: host: m54492.corp.ads 0[234058]: path: /toolbox/Structure/Connection_Problems/ADSL/troubleshooter/ 0[234058]: expires: at end of session 0[234058]: is secure: false 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=javas; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:37 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=javas; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:37 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=javas; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:37 2003 GMT 0[234058]: 0[234058]: ===== COOKIE ACCEPTED ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_internal 0[234058]: current time: Fri Aug 01 21:38:37 2003 GMT 0[234058]: ---------------- 0[234058]: name: modem 0[234058]: value: 3com_internal 0[234058]: host: m54492.corp.ads 0[234058]: path: /toolbox/Structure/Connection_Problems/ADSL/troubleshooter/ 0[234058]: expires: at end of session 0[234058]: is secure: false 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_internal.asp 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:37 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_internal_status.js 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:37 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/na.gif 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:37 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/status/modem_3com_internal_light-green.gif 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:37 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/status/modem_3com_internal_light-yellow.gif 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:37 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/status/modem_3com_internal_light-red.gif 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:37 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_internal.asp 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:39 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_internal_status.js 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:39 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/na.gif 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:39 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/green.gif 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:39 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/yellow.gif 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:39 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/red.gif 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:39 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/status/modem_3com_internal_light-green.gif 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:39 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/status/modem_3com_internal_light-yellow.gif 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:39 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/status/modem_3com_internal_light-red.gif 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:39 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_internal.asp 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:38:40 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:22 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/css/tmenu.css 0[234058]: cookie string: ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:22 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/apps/common.js 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:22 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/js/tmenu.js 0[234058]: cookie string: ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:22 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:22 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:22 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:22 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:22 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:24 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:24 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:24 2003 GMT 0[234058]: 0[234058]: ===== COOKIE ACCEPTED ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=javas 0[234058]: current time: Fri Aug 01 21:40:24 2003 GMT 0[234058]: ---------------- 0[234058]: name: modem 0[234058]: value: javas 0[234058]: host: m54492.corp.ads 0[234058]: path: /toolbox/Structure/Connection_Problems/ADSL/troubleshooter/ 0[234058]: expires: at end of session 0[234058]: is secure: false 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=javas; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:24 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=javas; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:24 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=javas; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:24 2003 GMT 0[234058]: 0[234058]: ===== COOKIE ACCEPTED ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=3com_internal 0[234058]: current time: Fri Aug 01 21:40:24 2003 GMT 0[234058]: ---------------- 0[234058]: name: modem 0[234058]: value: 3com_internal 0[234058]: host: m54492.corp.ads 0[234058]: path: /toolbox/Structure/Connection_Problems/ADSL/troubleshooter/ 0[234058]: expires: at end of session 0[234058]: is secure: false 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_internal.asp 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:24 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_internal_status.js 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:25 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:25 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/css/tmenu.css 0[234058]: cookie string: ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:26 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/apps/common.js 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:26 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/js/tmenu.js 0[234058]: cookie string: ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:26 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:26 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:26 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:26 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:26 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:27 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:27 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=3com_internal; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:27 2003 GMT 0[234058]: 0[234058]: ===== COOKIE ACCEPTED ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=javas 0[234058]: current time: Fri Aug 01 21:40:27 2003 GMT 0[234058]: ---------------- 0[234058]: name: modem 0[234058]: value: javas 0[234058]: host: m54492.corp.ads 0[234058]: path: /toolbox/Structure/Connection_Problems/ADSL/troubleshooter/ 0[234058]: expires: at end of session 0[234058]: is secure: false 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=javas; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:27 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=javas; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:27 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=javas; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:27 2003 GMT 0[234058]: 0[234058]: ===== COOKIE ACCEPTED ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/index.asp 0[234058]: cookie string: modem=3com_external 0[234058]: current time: Fri Aug 01 21:40:27 2003 GMT 0[234058]: ---------------- 0[234058]: name: modem 0[234058]: value: 3com_external 0[234058]: host: m54492.corp.ads 0[234058]: path: /toolbox/Structure/Connection_Problems/ADSL/troubleshooter/ 0[234058]: expires: at end of session 0[234058]: is secure: false 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:27 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/css/tmenu.css 0[234058]: cookie string: ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:27 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/apps/common.js 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:27 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/js/tmenu.js 0[234058]: cookie string: ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:27 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:27 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:27 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:27 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:27 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external_status.js 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:28 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:28 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:28 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:28 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:28 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:28 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:40:28 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:05 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external_status.js 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:05 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/grey.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:05 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/yellow.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:05 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/yellow-flash.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:05 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/green.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:05 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/red.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:05 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/green-flash.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:05 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:10 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external_status.js 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:10 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/grey.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:10 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/yellow.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:10 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/yellow-flash.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:10 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/green.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:10 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/red.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:10 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/green-flash.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:10 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external.asp 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:11 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/modem_3com_external_status.js 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:11 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/grey.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:11 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/yellow.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:11 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/yellow-flash.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:11 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/green.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:11 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/red.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:11 2003 GMT 0[234058]: 0[234058]: ===== COOKIE SENT ===== 0[234058]: request URL: http://m54492.corp.ads/toolbox/Structure/Connection_Problems/ADSL/troubleshooter/common/images/icons/green-flash.gif 0[234058]: cookie string: modem=3com_external; ASPSESSIONIDCSBSDATC=DNCDJPPDJIFKPAPPKONEKOCB 0[234058]: current time: Fri Aug 01 21:41:11 2003 GMT 0[234058]:
I've nailed down the exact steps to reproduce. It may not be cookies, it seems but also the cache.... i only suggest this cause while clearing the cookie in the past has worked, i can not get it to work this time. 1. Load page with an asp include... # code look liks this <!--#include file="common/apps/common.inc" --> <b>this is a file</b> 2. Modify the asp include in anyway, point it to another file, throw in a random d or something, making it a comment not and include. # include now looks like this <!--#dinclude file="common/apps/common.inc" --> <b>this is a file</b> 3. reload the page, its broken ( obviously) 4. fix the code # include on server now looks like this <!--#include file="common/apps/common.inc" --> <b>this is a file</b> 5. reload the page, its still broken. # view source shows this <!--#dinclude file="common/apps/common.inc" --> <b>this is a file</b> 6. check its not in the cache, change some of the other code # include on server now looks like this <!--#include file="common/apps/common.inc" --> <b>Work already</b> 7. refresh in mozilla # view source shows this <!--#dinclude file="common/apps/common.inc" -- <b>Work already</b> Note the d is still in the include code, but the text has been updated.
EERRRR... sorry guys, that last post is bogus, i was being a dumb ass and using a dreamweaver to view the code, whilst using the template function, although it was showing me the code the way i was updating it and uploading it, for some reason when you use the template function and mod code in the template manually its up in the air whether it actually sends the changes to the server. Which would explain why the symptom where the same , but self induced, but the fix didn't work. Sorry again.. This is not a resolution to the bug, cause on one of the the sites where i confirmed it was external to me, and not one i have backend access to. I'm afraid my cookie post is probably no help either, cause i have not been able to actually reproduce the bug itself... yet.
Probably same error, but using php 4.3.3RC3 Cookies works in Internet explorer but not Mozilla 1.4 php code follows <? session_start(); session_regenerate_id(); $_SESSION["anyvar"] = $_SESSION["anyvar"] + 1; echo $_SESSION["anyvar"]; ?>
The cookie log from comment 4 doesn't show anything weird. The session cookie is returned as it should be. Are you sure that log was genereted while the error occured?
I thought i had reproduced it but in fact was unable to, i haven't seen the bug as of late but haven't been actively looking for it.
Okay so i had a similar problem today, i think it has more to do with the cache then the cookies, i was modifing a js file multiple times and eventually i kept getting the same error over and over, not matter what i tried. I eventually just removed the code and still got the error, so i turned on loggin of cookies as was mentioned before. I Loaded the page, refreshed the page and still was getting the old copy of the file i had been modifing, i then cleared the cache hit refresh and the problem disappeared. I have my cache set to download a copy of the page every time, so i'm wondering what i should do in the future to log this problem?
darin, maybe a cache problem?
Keith: do you use a proxy server to connect to the internet / this-site-you-are-testing? "refresh" and "download a copy of the page every time" are the same code path, so i'm surprised you would see a difference between the two. if you can repro the problem, then it would be helpful to see a HTTP log. http://www.mozilla.org/projects/netlib/http/http-debugging.html thanks!
I do connect via a proxy server, but if it was caching on the proxy side then clearing the client side cache would have no effect on the problem. I'll check the http logs the next time i see the problem. Will they recorded whether the browser went the cache for something?
Keith: yes, the HTTP log will tell us if the data is coming from the cache or the net. another thing you might try is to make mozilla use HTTP/1.0 instead of HTTP/1.1. there is a preference for that in Edit->Preferences->Advanced->HTTP Networking. that might also help with the problem.
I was able to recreate this caching issue. 1. Loaded Page 2. Change Page on server, small change just added the letter t to headline, confirmed file change by time stamp on server file. 3. Hit refresh in mozilla, same page, tried 2-3 times same page. 4. Waited a bit, double checked the file on the server in notepad, confirmed change was on server. 5. Reloaded again, change appeared.
Attached file Http Logs
shouldn't this be against Networking now, not Cookies?
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/
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → EXPIRED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: