Displaying 1 result from an estimated 1 matches for "dbgsessid".
2007 Apr 10
0
Script.Alico.us Ajax.AutoCompleter with PHP Debugger DBG not working
...I run the page without running DBG (a PHP debugger) it works
fine. The autocomplete fires and fills in just as expected BUT when I
run it WITH the debugger it never displays. I THINK it has to do with
either cookies OR caching...
The additional headers headers from a debugged instance
Set-Cookie DBGSESSID=XXXXXXXXXXXXXXXXXXX; path=/;
Expires Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control no-store, no-cache, must-revalidate, post-check=0, pre-
check=0
Pragma no-cache
The data returned is the SAME each time and turning off the debugger
and running the same code fixes the problem. But there are times th...