> I can think of a couple of possible solutions. One would be to
> simply enable debugging for that address in the CF Administrator,
> then use code to control the display of debugging output. For
> example, you could have something like this in your Application.cfm
> file for a site on the server:
>
> <cfsetting showdebugoutput="false">
>
> <cfif ShowMeDebugOutput>
> <cfsetting showdebugoutput="true">
> </cfif>
>
> You could control this by tying it to a login, or to a URL
> parameter, or something along those lines.
Thanks, Dave, that's a great suggestion and one that I've now
managed to implement with session variables which works quite
well. It's actually more convenient from my perspective to have
this setting be related to a session rather than a particular IP
address anyway.
Stephen
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

