With regards to the favourites linking to pages within your app... If you
use a script that checks for the cookie like:
<%IF session("cookiename") = FALSE THEN Response.Redirect "loginpage.asp"%>
That should do the trick! Make sure the response buffer is set to TRUE!!!
You could even use a HTTP_Referrer Server Variable to direct them to the
page after login.
P
Quote:
> I have two questions. How can I keep users from using the back button?
> Second question is my starting page asks for a password and id. How can I
> keep someone from setting a bookmark or favorite on a page that is several
> pages into my app and then just going there first without putting in user
> information.
> Terry