<cfparam name="session.user" default="">
  <!--- then put --->
  <cfif '#Session.User#' IS "">
    <cflocation url="login.cfm">
  </cfif>

Lon Lentz
Applications Developer - Alvion Technologies
DataWarehousing and List Sales - Market Your Lists on the Net!
[EMAIL PROTECTED]
941-574-8600 Ext. 210

-----Original Message-----
From: Jamie Symonds [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 10, 2000 9:53 AM
To: [EMAIL PROTECTED]
Subject: "variable does not exist"

This is secure.cfm:
<!--- User has yet to login --->
<cfif '#Session.User#' IS "">
    <cflocation url="login.cfm">
</cfif>

Is there a way that I can say [if variable Session.User does
not exisit, create Session.User with value ""]?  This would
default to login.cfm?

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.

Reply via email to