% 'If the session variable is False or does not exsist then redirect the user to the unauthorised user page If Session("blnIsUserGood") = False or IsNull(Session("blnIsUserGood")) = True then 'Redirect to unathorised user page Response.Redirect"http://www.emec.it/8515/with_flash/html/unauthorised_user_download.htm" End If %>
Authorised Access
Your download
will begin shortly !