Re: log out

This WebDNA talk-list message is from

2001


It keeps the original formatting.
numero = 38743
interpreted = N
texte = I have tried this approach, and it doesn't work, unless the user actually enters the username and password in the browser themselves they can always just click on the back button and access the siteThanks Art What if you sent the user to a URL like this: http://username:password@www.yoursite.com/logout.htmlReplace username and password with a valid username and password that don't provide access to anything but the logout.html page.Then, put a [protect] in the logout.html page so the browser stores the new username and password.In effect, you're replacing their valid login information with irrelevant information. That way anyone else that comes along would not be allowed to access confidential account information from the previous user.I haven't tested this, I'm just guessing. >I can't use the [protect] tag, since the customer needs to be able to setup >new passwords for his new clients. >That and it wont make any difference. > >He needs a log-out button, that will enable the user of his site to simply >log-out. >This site shows sensitive information, about account numbers and $$ amounts. >He is afraid that a user might leave the browser on and some one else might >access the site's sensitive information. > >Internet Explorer, remembers your username and password until you access a >new password protected site, or until you close your browser. > >If you are in mysite.com and then access lets say yahoo.com and click the >back button, then you still have access to the site's password protected >section. It will not ask you for the username and password again. > >I need to put a button on the site that on click will log you out of the >site, so that if you try to access the password protected site, it will ask >you for your username and password again. > >Art > >----- Original Message ----- >From: Glenn Busbin >To: WebCatalog Talk >Sent: Wednesday, September 19, 2001 1:05 PM >Subject: Re: log out > > >> >>I have a site that uses a username password protection using the >>[authenticate] tag. >>The customer wants to offer his clients a log-out button. >>I have tried sending the browser a bad username and password to accomplish >>this, however the browser still remembers the username any ideas as to how >I >>can create a log-out > >Art, >I'm not sure I understand your log out problem, but IE is notorious for >storing a username used on a site until you go to a different site, in which >case it will then display the username for THAT site. Netscape doesn't do >that. MS. Go figure. > >Use protect instead and see if that helps with whatever you're trying to do >with a log in/out. > >Glenn > > >------------------------------------------------------------- >This message is sent to you because you are subscribed to > the mailing list . >To unsubscribe, E-mail to: >To switch to the DIGEST mode, E-mail to > >Web Archive of this list is at: http://search.smithmicro.com/ > > >------------------------------------------------------------- >This message is sent to you because you are subscribed to > the mailing list . >To unsubscribe, E-mail to: >To switch to the DIGEST mode, E-mail to > >Web Archive of this list is at: http://search.smithmicro.com/ -- _______________________Clint Davis Webmaster Gray Loon Marketing Group 812.422.9999cdavis@grayloon.com------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] [PROTECT] - Log Out (Tom Duke 2011)
  2. Re: [WebDNA] [PROTECT] - Log Out ("Mr. Robert Minor Jr." 2011)
  3. Re: [WebDNA] [PROTECT] - Log Out (Stuart Tremain 2011)
  4. Re: [WebDNA] [PROTECT] - Log Out (Stuart Tremain 2011)
  5. Re: [WebDNA] [PROTECT] - Log Out (Govinda 2011)
  6. Re: [WebDNA] [PROTECT] - Log Out (Stuart Tremain 2011)
  7. Re: [WebDNA] [PROTECT] - Log Out (Govinda 2011)
  8. Re: [WebDNA] [PROTECT] - Log Out (Stuart Tremain 2011)
  9. Re: [WebDNA] [PROTECT] - Log Out (Stuart Tremain 2011)
  10. Re: [WebDNA] [PROTECT] - Log Out (Govinda 2011)
  11. Re: [WebDNA] [PROTECT] - Log Out (Govinda 2011)
  12. Re: [WebDNA] [PROTECT] - Log Out ("Mr. Robert Minor Jr." 2011)
  13. Re: [WebDNA] [PROTECT] - Log Out (Stuart Tremain 2011)
  14. Re: [WebDNA] [PROTECT] - Log Out ("Mr. Robert Minor Jr." 2011)
  15. [WebDNA] [PROTECT] - Log Out (Stuart Tremain 2011)
  16. Re: log out (Clint Davis 2001)
  17. Re: log out (dale 2001)
  18. Re: log out (Will Starck 2001)
  19. Re: log out (Arturo Vargas 2001)
  20. Re: log out (Arturo Vargas 2001)
  21. Re: log out (Arturo Vargas 2001)
  22. Re: log out (Glenn Busbin 2001)
  23. Re: log out (Sam Lewis 2001)
  24. Re: log out (Clint Davis 2001)
  25. Re: log out (Pedro Rivera 2001)
  26. Re: log out (Arturo Vargas 2001)
  27. Re: log out (Glenn Busbin 2001)
  28. Re: log out (Arturo Vargas 2001)
  29. Re: log out (Arturo Vargas 2001)
  30. log out (Arturo Vargas 2001)
  31. Re: LOG IN LOG OUT (Kenneth Grome 1997)
  32. LOG IN LOG OUT (natasha 1997)
I have tried this approach, and it doesn't work, unless the user actually enters the username and password in the browser themselves they can always just click on the back button and access the siteThanks Art What if you sent the user to a URL like this: http://username:password@www.yoursite.com/logout.htmlReplace username and password with a valid username and password that don't provide access to anything but the logout.html page.Then, put a [protect] in the logout.html page so the browser stores the new username and password.In effect, you're replacing their valid login information with irrelevant information. That way anyone else that comes along would not be allowed to access confidential account information from the previous user.I haven't tested this, I'm just guessing. >I can't use the [protect] tag, since the customer needs to be able to setup >new passwords for his new clients. >That and it wont make any difference. > >He needs a log-out button, that will enable the user of his site to simply >log-out. >This site shows sensitive information, about account numbers and $$ amounts. >He is afraid that a user might leave the browser on and some one else might >access the site's sensitive information. > >Internet Explorer, remembers your username and password until you access a >new password protected site, or until you close your browser. > >If you are in mysite.com and then access lets say yahoo.com and click the >back button, then you still have access to the site's password protected >section. It will not ask you for the username and password again. > >I need to put a button on the site that on click will log you out of the >site, so that if you try to access the password protected site, it will ask >you for your username and password again. > >Art > >----- Original Message ----- >From: Glenn Busbin >To: WebCatalog Talk >Sent: Wednesday, September 19, 2001 1:05 PM >Subject: Re: log out > > >> >>I have a site that uses a username password protection using the >>[authenticate] tag. >>The customer wants to offer his clients a log-out button. >>I have tried sending the browser a bad username and password to accomplish >>this, however the browser still remembers the username any ideas as to how >I >>can create a log-out > >Art, >I'm not sure I understand your log out problem, but IE is notorious for >storing a username used on a site until you go to a different site, in which >case it will then display the username for THAT site. Netscape doesn't do >that. MS. Go figure. > >Use protect instead and see if that helps with whatever you're trying to do >with a log in/out. > >Glenn > > >------------------------------------------------------------- >This message is sent to you because you are subscribed to > the mailing list . >To unsubscribe, E-mail to: >To switch to the DIGEST mode, E-mail to > >Web Archive of this list is at: http://search.smithmicro.com/ > > >------------------------------------------------------------- >This message is sent to you because you are subscribed to > the mailing list . >To unsubscribe, E-mail to: >To switch to the DIGEST mode, E-mail to > >Web Archive of this list is at: http://search.smithmicro.com/ -- _______________________Clint Davis Webmaster Gray Loon Marketing Group 812.422.9999cdavis@grayloon.com------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Arturo Vargas

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

WebMerchant -- Sweeping WebDelivery < 24 hrs (2000) Running _every_ page through WebCat ? (1997) WebDNA Solutions ... sorry! (1997) Test (2001) [search] & [encrypt]/[decrypt] (2001) Frames and WebCat (1997) [WebDNA] sem_open solved (2012) Country & Ship-to address & other fields ? (1997) New index for docs (1997) Repeating Fields (1997) YACBQ.....(Yet another checkbox question) (2000) Error Lob.db records error message not name (1997) WebCat2b15MacPlugin - showing [math] (1997) Multiple catalog databases and showcart (1997) syntax question, not in online refernce (1997) Nav. 4 probs with cart - Serious problem (1997) Logging purchases (1997) [WriteFile] problems (1997) Formula Question (1998) color and size options (1997)