I am trying to show the alert saying that the session is expired and redirect 
then to home page. I got this working except I do not see the alert 

      <cfif not isDefined("session.appfee")>
       
        <script type="text/javascript" runat="server">
     alert ('your session has expired');
               
<cflocation url="http://olympus.scs.jhu.edu/#session.url#/admissions/"; 
addtoken="no">
</script>
<cfabort>
        </cfif> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289113
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to