Question
Question about Application.cfm ?
Hi,
I use the following code to check if the user login
<cfif not IsDefined("Session.userLogin") >
<cflocation url="login.cfm" addtoken="no">
</cfif>
But the site is very slow when I add the three line code to application.cfm,why?
and how I can add the three line to all cfm files.
Thanks a lot
Mark
I use the following code to check if the user login
<cfif not IsDefined("Session.userLogin") >
<cflocation url="login.cfm" addtoken="no">
</cfif>
But the site is very slow when I add the three line code to application.cfm,why?
and how I can add the three line to all cfm files.
Thanks a lot
Mark
