> What am I missing here????

That would be quotes... isdefined('session.userid')

Prepare yourself for the suggestions of changing to structKeyExists(session,
'userid')

.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com

-----Original Message-----
From: Robert Harrison [mailto:rob...@austin-williams.com] 
Sent: Monday, August 22, 2011 1:51 PM
To: cf-talk
Subject: What the heck


What am I missing here????

Element USERID is undefined in SESSION.
The error occurred in
C:\inetpub\wwwroot\vaughn_college_portal\_main_securecheck.cfm: line 3
1 : <!--- if the cookie is here, procees to dashboard --->
2 : <cfset validated_id="0">
3 : <cfif isDefined(session.userid)>





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346943
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to