Hi,What you have there is correct, though the escapeUrl() call is superfluous.If you're trying to expire access, you can encrypt the current time with the id, then check it when loading the page, in link:<a href="http://server/webForm/APP264?&id=<%= AESEncrypt(new Date().getTime() + ',' + recipient....