When they login, set a variable, such as session.LoggedIn=TRUE

At the top of each page that requires login, just do 
<cfparam name="session.LoggedIn" default="FALSE">
<cfif NOT session.LoggedIn>
  <cflocation url="Loginpage.cfm">
</cfif>

>>> "James Taavon" <[EMAIL PROTECTED]> 10/03/01 01:30PM >>>
I know this issue has probably been addressed before, so forgive for
repeating...

I want to be able to force a logout of an app if a specified user is
inactive for a certain period of time. Outside of setting an
application.cfm with <cfapplication> what do i need to do?

Thanks in advance.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to