Can some also confirm this and make sure I am not going crazy.
Client variables if I am right, should be able to exist across the
application until it times out or is removed. Why is it that I am getting a
no from an IsDefined :-)
<cfif IsDefined("client.Corporate")>
<!--- The cookie been defined before --->
Debug: #Client.Corporate.SecureMode#
<cfelse>
<!--- The cookie hasn't been defined before --->
<cfset client.Corporate = StructNew()>
<cfset client.Corporate.SecureMode = "Public">
<cfset client.Corporate.TimeVisited = "#now()#">
</cfif>
This is in a custom tag, so I should use caller and I do. But this at the
moment is in the application.cfm and according to the first line never gets
defined or hangs around like it should and yes the cfapplication has the
necessary stuff;-)
<cfapplication name="Portal" clientmanagement="yes" sessionmanagement="Yes"
sessiontimeout="#CreateTimeSpan(0,0,15,0)#">
regards
Andrew Scott
ANZ eCommerce Centre
* Ph 9273 0693
* [EMAIL PROTECTED]
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.