Hi all,
I am designing a login access security scheme on a CF website. I would like users to be able to bookmark some pages once they've logged in, and to be able to access these pages again in future sessions.
Here is how it would work: the user clicks on a bookmark to open an URL, he is first directed to the login screen, and then, once he is authenticated, he is directed to the URL he requested.
The problem is that I don't know how to grab the URL specified in the bookmark, and how to pass it as a variable before logging the user in. Since this URL is not displayed in the browser, I can't use CGI variables such as script_name or http_referer.
Could anyone give me some advice? Many thanks in advance,
Perceval
I am designing a login access security scheme on a CF website. I would like users to be able to bookmark some pages once they've logged in, and to be able to access these pages again in future sessions.
Here is how it would work: the user clicks on a bookmark to open an URL, he is first directed to the login screen, and then, once he is authenticated, he is directed to the URL he requested.
The problem is that I don't know how to grab the URL specified in the bookmark, and how to pass it as a variable before logging the user in. Since this URL is not displayed in the browser, I can't use CGI variables such as script_name or http_referer.
Could anyone give me some advice? Many thanks in advance,
Perceval