Increase security by disabling login Autocomplete
When looking from the web, the HTML would look like:
<input type="text" name="username" AUTOCOMPLETE="OFF">
<input type="password" name="password" AUTOCOMPLETE="OFF">
For more information on Autocomplete check http://msdn.microsoft.com/workshop/essentials/versions/vcard.asp
Play Safe!