Is there any way to end a session when a logout link is clicked? I have tried... <cfset temp = onSessionEnd(session,application)> <cfapplication name="application" sessiontimeout="#createTimeSpan(0,0,0,0)#">
But it leaves the session scope fully populated. I have even tried... <cfset temp = onSessionEnd(session,application)> <cfapplication name=" application " sessiontimeout="#createTimeSpan(0,0,0,0)#"> <cfset temp = structClear(sesion)> <cflocation url="/"> But that doesn't work either. I am sure I am missing something simple but this is driving me nuts! -- Jay ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285205 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

