I've got an issue with session variables that keeps popping up in my log 
files.

I do a check at the beginning of templates that check for the existence 
of a certain session variable, and bounce them out to a different page 
if necessary.

But then later on in the same template, I'm getting a failure of the 
existence of that session variable.

Something like so:
Line 1-4: make sure session + other variables exist, if not, bounce to 
login page.
Line 5: <cfif not isdefined("session.templateID")><cflocation 
url="chooseTemplate.cfm"></cfif>

Line 400: <cfoutput>#session.templateID#</cfoutput>

Line 400 generates an error saying that session.templateID is 
undefined.  I cannot replicate this at all, but it shows up 3-4 times a 
day in my logs.  Can anybody shed some light on this extremely puzzling 
behavior? 

I'm still stuck on CF 7 if that makes a difference.

Thanks,

Michael

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322145
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to