I want to block a cfm page if a user has already loaded that cfm page. Other users cannot be acccess that page.
<!--- block the following code if more than one user to access --->
<cfform name = "form1" action="#self#?fuseaction=#fusebox.XFA.UploadHomepage#" method="post" enctype="multipart/form-data">
<cfinclude template="dspUploadHomepageForm.cfm">
<p align="right"><input type="Image" name="Upload" src="img/btn_submit.gif"></p>
<!--- End --->
</cfform>
Is there any suggestion?
<!--- block the following code if more than one user to access --->
<cfform name = "form1" action="#self#?fuseaction=#fusebox.XFA.UploadHomepage#" method="post" enctype="multipart/form-data">
<cfinclude template="dspUploadHomepageForm.cfm">
<p align="right"><input type="Image" name="Upload" src="img/btn_submit.gif"></p>
<!--- End --->
</cfform>
Is there any suggestion?