First of all cfset var = "" isn't the same as set var = nothing in ASP.
You are placing the object in a Session variable, which means it won't
die until the session dies. For an object that has concurrency issues,
I would place it in a local variable. Otherwise, look at placing the
object in an Application or Server scope.
---
Billy Cravens
HR Systems, Sabre
[EMAIL PROTECTED]
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of Marlon Moyer
Sent: Tuesday, June 26, 2001 11:21 AM
To: '[EMAIL PROTECTED]'
Subject: CFObject in CF5
Well, I made the upgrade on my development server. Everything works
great except for my CFObject tags. Does anyone know if these are
handled differently than before. It seems that CF5 doesn't destroy the
object like CF 4.5 did. I'm using a crystal reports COM object and
after I've called it 5 times, I get an error message from it stating
that only 5 concurrent licenses are available. I never had this in the
previous version of CF Server. BTW, is 'CFSET myObject = ""' the same
as ASP's
'Session("myObject") = nothing'
Thanks for any insight.
Marlon
------------------------------------------------------------------------
-
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info:
www.mailshield.com
-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org
-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com
-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org