Hey, on a related note, I've written a couple tags that are in the Tag
Gallery for FLUSHSESSIONS and DUMPSESSIONS ... I know you can dump with
CFDUMP, but the FLUSHSESSIONS is sometimes nice to clear all the
variables for a fresh start. By default it leaves CFID and CFTOKEN
intact, but you can override that.

You access the variables by: [yoururl.cfm]?dumpsessions=1 or
?flushsessions=1 ... It's nice because you can leave them in the
Application.cfm file and use them for debugging at any time. Just drop
the query string on any URL in your app to see the session state.

Thanks, 

Joshua Miller
[EMAIL PROTECTED]


-----Original Message-----
From: Robertson-Ravo, Neil (REC)
[mailto:Neil.Robertson-Ravo@;csd.reedexpo.com] 
Sent: Tuesday, October 29, 2002 10:45 AM
To: CF-Talk
Subject: RE: HTML Tricks


FYI this should do it : 

<div id="cfdebugger" style="position:absolute; width:200px;
height:115px; z-index:1; visibility: visible;"><cfdump
var="#session#"></div>

NOTE :  depending on your z-axis/index, i cant remember if it works as 1
on top or the the greatest number? :-)

but that should output on top of everything else.....







-----Original Message-----
From: Robert Everland [mailto:REverland@;dixonusa.com]
Sent: 29 October 2002 15:33
To: CF-Talk
Subject: RE: HTML Tricks


How do I do that, I am using CF5, to my knowledge it always just outputs
it on the page, there is no user actions.

Robert Everland III
Web Developer Extraordinaire
Dixon Ticonderoga Company
http://www.dixonusa.com 

-----Original Message-----
From: Robertson-Ravo, Neil (REC)
[mailto:Neil.Robertson-Ravo@;csd.reedexpo.com] 
Sent: Tuesday, October 29, 2002 10:26 AM
To: CF-Talk
Subject: RE: HTML Tricks


place the dump tag on a layer which has a higher z-axis than the rest...

-----Original Message-----
From: Robert Everland [mailto:REverland@;dixonusa.com]
Sent: 29 October 2002 15:20
To: CF-Talk
Subject: HTML Tricks


In our website I am making heavy use of divs to place tables anywhere I
want, the issue I have with this is that now when cf debugging is added
it just sort of goes underneath some of the tables. Does anyone have a
fix that I could do real quick with HTML.

Robert Everland III
Web Developer Extraordinaire
Dixon Ticonderoga Company
http://www.dixonusa.com 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Reply via email to