When user receives a link to a Form, it requests the user to login. However, after a week, when the user selects the same link to the same form, it does not require the login and throws an access denied error.
How do we get around this issue to prevent this error from being thrown and for Forms to take the user to the login screen?
I understand it may be a cache issue with the browser they are using.
Any recommendations?