Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<CFLOCK scope="session" timeout="10">
<CFSET session.addr=cgi.remote_addr>
<CFSET sAddr=session.addr>
</CFLOCK>
<CFIF cgi.remote_addr is not sAddr><CFLOCATION url="sessionerror.cfm"></CFIF>
<CFIF cookie.username is not session.username><CFLOCATION url="sessionerror.cfm"></CFIF>