I have an application that uses the login form to authenticate user. On the form I also have a guest button,
if a user is logged on as guest, I don't want the app to read the cookie data already on the computer. Because someone else may come to my computer, log on as guest, and the app will assume it's me. How do I prevent this?
Thanks,
Longhorn
if a user is logged on as guest, I don't want the app to read the cookie data already on the computer. Because someone else may come to my computer, log on as guest, and the app will assume it's me. How do I prevent this?
Thanks,
Longhorn