I have a form called form.html that follows through to comformation.html when a user submits it.
However, I don't want the user to be able to grab the comfirmation.html page URL and share it (eg. tweet it)
Can this be achieved by setting a session in the form.html and then have some kind of check on the comfirmation.html page to see if it's there?
So if someone else clicks on a link directly to comfirmation.html then he/she is re-directed to the form.
I think this is possible as I have seen examples when Googling about it. But I haven't seen any example where the session checking re-directs to another page (or does nothing if the session matches).
Thanks,
Lawrence