%
'Set the response buffer to true as we maybe redirecting and setting a cookie
Response.Buffer = True
'Make sure this page is not cached
Response.Expires = -1
Response.ExpiresAbsolute = Now() - 2
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "No-Store"
%>
<%
Set rsCommon = Nothing
adoCon.Close
Set adoCon = Nothing
%>