well to automatically make the user go to a different page after sign in.
I suggest you use
response.rediredt("your page here")
and for not wanting people to be able to add athe page to their favourites which is what i think you are asking.
Soemthing like cookies
Ie. if they have the cookie they can go to the page if not they are redirected to another page.
You could do this many ways but the main options would be simple or complex Simple: Even if your a member if your not logged in you cant see the page.
or Complex:if you are member and have the cookie on the system then you will be automatically logged in.
Looking at the questions you ask on here, I suggest you go for the simple option
The use of cookies wont stop the user being able to add the page to their favorites, but it will stop the page from loading if they cookie is missing.
Last edited by higginbt; 05-18-2006 at 06:51 AM..
|