Forums
This topic is locked
Not Allow Password remembering?
Posted 13 Jul 2004 00:31:11
1
has voted
13 Jul 2004 00:31:11 Greg LeBreck posted:
In my ASP application I don't want users to be able to have the browser remember the password. Is there a way to not allow the users to have the password remembered by the browser? Replies
Replied 19 Jul 2004 15:20:18
19 Jul 2004 15:20:18 Simon Martin replied:
you can use the no-cache option in the header
Sharing knowledge saves valuable time!
Simon
[DWMX 2004]|[SQL]|[ASP/VBScript]|[XP-Pro]
Sharing knowledge saves valuable time!
Simon
[DWMX 2004]|[SQL]|[ASP/VBScript]|[XP-Pro]
Replied 20 Jul 2004 22:42:25
20 Jul 2004 22:42:25 Lee Diggins replied:
Hi Nix
I'm certain you cannot control the browser to the extent that you need, I may be wrong.
Digga
Sharing Knowledge Saves Valuable Time!!!
I'm certain you cannot control the browser to the extent that you need, I may be wrong.
Digga
Sharing Knowledge Saves Valuable Time!!!
Replied 21 Jul 2004 16:03:21
21 Jul 2004 16:03:21 Simon Martin replied:
Digga is invariably right...
However as a bit of a workaround how about setting the initial value of the password field to "(enter your password)"
Then on page load it should replace what is currently there
Sharing knowledge saves valuable time!
Simon
[DWMX 2004]|[SQL]|[ASP/VBScript]|[XP-Pro]
However as a bit of a workaround how about setting the initial value of the password field to "(enter your password)"
Then on page load it should replace what is currently there
Sharing knowledge saves valuable time!
Simon
[DWMX 2004]|[SQL]|[ASP/VBScript]|[XP-Pro]