howto skip sessions |
Site Admin
|
DBGSESSID=-1 in the link should prohibit debugging even if all other sources including posted values and DBGSESSID value(s) specified in cookies.
if you need to activate a session you'd run DBGSESSID=nnn[@dbglistenerhost][:port][flags] where nnn - is a positive number or zero flags should be d={0|1};p={0|1};s={number} d - enable debug session p - enable profile session s - skip specified number of requests until real session start (should be 2 or above). Please note, that if you have images, and/or frames, you'd increase skip number accordingly. |
||||||||||||
|
|
Skip sessions still doesn't seem to be working for me. It still starts debugging on the first line of the page called. I have tried it two ways.
1. In PHPeD under open URL changing the skip sessions value. 2. Calling the page directly from the browser. (ie. http://url/page?DBGSESSID=1500;d=1;s=2 Note: The page that I am calling contains no images or frames. Thanks for your help |
||||||||||||
|
Site Admin
|
sorry. My mistake.
flags should be delimited with comma, not with semicolon. For example: DBGSESSID=1500;d=1,s=10 or if you type directly in the url, please replace = with %3D, like this: DBGSESSID=1500;d%3D1,s%3D10 |
||||||||||||
|
|
Ok...it's working now for me entering it directly into the browser.
Is it a bug from within the IDE because it is not passing the skip flag when you use open url and add a skip sessions value? All the other flags seem to work properly. Thanks for your help |
||||||||||||
|
howto skip sessions |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by