|
|
How do I get the Username out of the cache?
I finally got (most of) the kinks out of a DB that allows users to log
in and make changes to their record. I need to allow certain users to
log into more than one account, using different usernames (and
passwords).
The problem is that the first username they use remains embedded in the
HTML page that they go to for starting off the login process, ie
<INPUT TYPE="hidden" NAME="username" VALUE="george">
How do I allow the user to start fresh?
I don't want to have to tell them they have to close their browser and
reopen it.
And refreshing the page (even with the shift key) does not work.
I also tried adding META tags to try to keep the content from being
cached.
How is this done?
Thank you,
Bennett
|
|
0
|
|
|
|
Reply
|
rudabj (9)
|
5/17/2005 1:48:36 PM |
|
I did some searching and found the following post from another list in
December of last year from someone who emailed Filemaker tech support:
"Since browsers first started implementing basic authentication,
website administrators have wanted to know how to let the user log out.
Since
the browser caches the username and password with the authentication
realm, as described earlier in this tutorial, this is not a function of
the server configuration, but is a question of getting the browser to
forget the credential information, so that the next time the resource
is requested, the username and password must be supplied again. There
are numerous situations in which this is desirable, such as when using
a browser in a public location, and not wishing to leave the browser
logged in, so that the next person can get into your bank account.
However, although this is perhaps the most frequently asked question
about basic authentication, thus far none of the major browser
manufacturers have seen this as being a desirable feature to put into
their products.
Consequently, the answer to this question is, you can't. Sorry.""
(http://www.maclane.com/ubbthreads/showflat.php?Cat=0&Number=45117&an=0&page=0)
Unbelievable.
Bennett
|
|
0
|
|
|
|
Reply
|
rudabj
|
5/19/2005 3:38:13 PM
|
|
|
1 Replies
33 Views
(page loaded in 0.037 seconds)
Similiar Articles: Matlab Toolbox path cache out of date - comp.soft-sys.matlab ...Matlab Toolbox path cache out of date > "Warning: MATLAB Toolbox Path Cache is out of date and is not being used. > Type 'help toolbox_path_cache' for more info" [quoted ... get current user name? - comp.unix.programmerHow do I retrieve the username of the currently logged in user? I basically to check if the user ... With the get-function get( extendedprivileges ) you can find out wether ... Where is Java's cache stored in WinXP? - comp.lang.java.programmer ...- Every time you connect to a web site, you get a message about"Upgrading Java applet cache". ... to remove everything under: C:\Documents and Settings\<username ... A few LatticeMico32 questions - comp.arch.fpga- When the core is reset with the cache enabled, it takes a few seconds ... How *do* you make gcc/as/ld spit > out a flat binary? Why do you want flat? libumem+mdb stack formatting - comp.unix.solarisWhat I am unable to figure out is how to take all this ... Problem 1: How do I get the entire information to be dumped ... similar to libumem.so.1`umem_cache ... Clearing classloader cache - comp.lang.java.helpIn the Java console, there is an option to flush the classloader cache ('x ... external program, but in a scriptable way - that's why the console is out. Any idea how to do ... Finding currently logged in users - comp.unix.programmer ...write(1) uses utmp to figure out what terminal to write to. So, if ... Hi, i want to get the username of the currently logged in user (system login on a windows ... JNLP and Add/Remove Programs - comp.lang.java.programmer ...... class="net.justthe.pcregistry.Test" /></jnlp>How do I get ... found that two that were> listed in the web start cache ... the files in the ACAD area, and also cleaned out the ... Net::SSH::Expect SSHAuthenticationError Login timed out. - comp ...I get the following error even though it is clearly ... of statements such as: expect { timeout {sorry "Timed out ... SSH login expect shell script to supply username ... How to get the process id that is using a port - comp.unix.solaris ...... how could i find the process id that is using a port. Or, could I get the username who is ... How to find out which process is listening upon a port If not you can choose ... How do I clear my browser's cache? | Yahoo! Mail HelpThe cache contains a copy of the items you have downloaded from the Web, such as web ... Occasionally, pages that have been modified since your last visit do not load with ... SubversionFAQ - support - Subversion FAQ - User support for Google ...Where do I get a password for committing to ... How do I check out code anonymously? You can use a ... How do I set the cache headers for Subversion? Cache ... 7/14/2012 8:11:08 PM
|
|
|
|
|
|
|
|
|