control page access order

  • Thread starter Thread starter YoYo Pa
  • Start date Start date
Y

YoYo Pa

How can I permit users to access pages 'B' and 'C' only through page 'A'?
That is, they can open B and C only by clicking on a link that exists in
page A. And if they create a bookmark to B or C and then attempt to access
those pages through the bookmark, they are redirected to A.

???
 
You can try using the HTTP_REFERER server variable to determine if they come from Page A else redirect to Page A

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissdk/iis/servervariables.as

----- YoYo Pa wrote: ----

How can I permit users to access pages 'B' and 'C' only through page 'A'
That is, they can open B and C only by clicking on a link that exists i
page A. And if they create a bookmark to B or C and then attempt to acces
those pages through the bookmark, they are redirected to A

??
 
Back
Top