Is there a way to make it so a user cannot add your web page to his favorites?
Thanks
Printable View
Is there a way to make it so a user cannot add your web page to his favorites?
Thanks
No.
I assume you want the user to reach your home page from a bookmark and only your home page.
This can be done by assigning a session-level variable to the user and if they attempt to open a page without that variable being in their session-cache, send them back to your home page.