Disable browser password remembering
-
Hi There, Can anyone help me with an idea on how to disable the browsers feature to remember passwords once I login. I need to disable this in code behind, just before the user login. I mainly work in IE and firefox. Thank you :)
You can probably disble the cache. OR use SSL for your web application.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. :)
-
Hi There, Can anyone help me with an idea on how to disable the browsers feature to remember passwords once I login. I need to disable this in code behind, just before the user login. I mainly work in IE and firefox. Thank you :)
autocomplete=off
as an attribute to the FORM tag.Vasudevan Deepak Kumar Personal Homepage Tech Gossips