You're missing quotes.

1 : <!--- if the cookie is here, procees to dashboard --->
2 : <cfset validated_id="0">
3 : <cfif isDefined("session.userid")>

Wil Genovese
Sr. Web Application Developer/
Systems Administrator
CF Webtools
www.cfwebtools.com

[email protected]
www.trunkful.com

On Aug 22, 2011, at 12:50 PM, Robert Harrison wrote:

> 
> 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:346935
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to