Coldfusion is not like ASP in that session variables are not killed when the browser is closed. YOu can also kill session vars by creating a page with this code and opening it in your browser.
<cfscript> StructClear(session); </cfscript> <cfscript> StructClear(application); </cfscript> -----Original Message----- From: Waldemiro Junior [mailto:[EMAIL PROTECTED]] Sent: 21 January 2002 12:42 To: CF-Talk Subject: Session variables Hello again folks.. Something weird is happening and I don�t know how to solve it, or maybe I�m doing something wrong... I believe that when I close my browser all those session variables must be "killed", but when I open another browser window (it�s not a new window function) the values of those variables are still there in the memory !!! Does anybody know what�s going on here...I�m using CF5. Thanks and best regards, Waldemiro Junior ADD Technologies Web Developer ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

