Hi!
I\'ve used phplib authentication to get into my web, using page_open(array(\"sess\"=> \"Example_Sess\", \"auth\"=> \"Example_Auth\")); function.
Once user is authenticated, shows him a page whith two frames.
1- What can I do for disabling the back button from the browser? Can I disable the reload one too?
2- What's the way for making a button or link that when the user hits it, his authentication expires and the login page appears again???
3- How can I disable cache?
Thanks