Index: branches/5.2.x/core/kernel/utility/debugger/debugger.js =================================================================== diff -u -N -r14585 -r14858 --- branches/5.2.x/core/kernel/utility/debugger/debugger.js (.../debugger.js) (revision 14585) +++ branches/5.2.x/core/kernel/utility/debugger/debugger.js (.../debugger.js) (revision 14858) @@ -140,7 +140,7 @@ var $exdate = new Date(); $exdate.setDate( $exdate.getDate() + 365 ); - document.cookie = 'debug_off=1; expires=' + $exdate.toUTCString() + '; path=/'; + document.cookie = 'debug_off=1; expires=' + $exdate.toUTCString() + '; path=' + this.BasePath + '/'; self.location.reload(); break; }