Click here to Skip to main content
15,885,757 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: web development Pin
Mycroft Holmes6-Jun-20 12:07
professionalMycroft Holmes6-Jun-20 12:07 
QuestionHow to successfully Async download a pdf file to a client PC vb.net web application Pin
Amer Amer5-Jun-20 22:47
Amer Amer5-Jun-20 22:47 
AnswerRe: How to successfully Async download a pdf file to a client PC vb.net web application Pin
F-ES Sitecore6-Jun-20 2:40
professionalF-ES Sitecore6-Jun-20 2:40 
AnswerRe: How to successfully Async download a pdf file to a client PC vb.net web application Pin
Richard Deeming8-Jun-20 0:24
mveRichard Deeming8-Jun-20 0:24 
GeneralRe: How to successfully Async download a pdf file to a client PC vb.net web application Pin
Amer Amer8-Jun-20 4:11
Amer Amer8-Jun-20 4:11 
QuestionGoogle SignIn and regular account, using the same email Pin
jkirkerx2-Jun-20 12:53
professionaljkirkerx2-Jun-20 12:53 
QuestionWhere can passwords for webpages be stored, except in browser itself and Credentials Manager? Pin
arnold_w18-May-20 21:23
arnold_w18-May-20 21:23 
AnswerRe: Where can passwords for webpages be stored, except in browser itself and Credentials Manager? Pin
Richard Deeming19-May-20 0:22
mveRichard Deeming19-May-20 0:22 
Does it display a form within the site to enter the credentials, or does it pop up the "Windows authentication" dialog box?

If it's a form within the site, then the site is probably setting an authentication cookie. This won't contain the credentials (unless the site was written by someone who didn't know what they were doing!); instead, it will contain a signed and encrypted token which the server can use to identify the user. If you clear the cookies for the site, then you should be prompted to log in again.

If it's popping up the "Windows authentication" dialog box, then the browser will cache the credentials securely until it is closed. When you close and reopen the browser, you should be prompted to log in again.

For Internet Explorer, you can clear the Windows authentication cache without closing the browser by executing the (non-standard; deprecated) command:
JavaScript
document.execCommand("ClearAuthenticationCache", false);




"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

GeneralRe: Where can passwords for webpages be stored, except in browser itself and Credentials Manager? Pin
arnold_w19-May-20 9:16
arnold_w19-May-20 9:16 
GeneralRe: Where can passwords for webpages be stored, except in browser itself and Credentials Manager? Pin
Richard Deeming19-May-20 9:25
mveRichard Deeming19-May-20 9:25 
QuestionPHP: Filtering a Wordpress admin post list by role Pin
TectonicEng17-May-20 4:30
TectonicEng17-May-20 4:30 
SuggestionRe: PHP: Filtering a Wordpress admin post list by role Pin
Richard MacCutchan17-May-20 5:44
mveRichard MacCutchan17-May-20 5:44 
QuestionPowershell timer question Pin
Member 144746071-May-20 10:31
Member 144746071-May-20 10:31 
QuestionWeb API Design Question Pin
Kevin Marois30-Apr-20 8:33
professionalKevin Marois30-Apr-20 8:33 
Questionweb creation Pin
Member 1480564017-Apr-20 22:01
Member 1480564017-Apr-20 22:01 
AnswerRe: web creation Pin
OriginalGriff17-Apr-20 22:13
mveOriginalGriff17-Apr-20 22:13 
AnswerRe: web creation Pin
ZurdoDev30-Apr-20 9:29
professionalZurdoDev30-Apr-20 9:29 
AnswerRe: web creation Pin
Eddy Vluggen30-Apr-20 12:28
professionalEddy Vluggen30-Apr-20 12:28 
AnswerRe: web creation Pin
W Balboos, GHB8-Jun-20 7:45
W Balboos, GHB8-Jun-20 7:45 
Questionmigrations errors in Django web Pin
Mohammad Shafique13-Apr-20 13:32
Mohammad Shafique13-Apr-20 13:32 
AnswerRe: migrations errors in Django web Pin
Richard MacCutchan13-Apr-20 21:03
mveRichard MacCutchan13-Apr-20 21:03 
AnswerRe: migrations errors in Django web Pin
ZurdoDev30-Apr-20 10:42
professionalZurdoDev30-Apr-20 10:42 
QuestionI am looking for School student_result_management Pin
Member 1480089113-Apr-20 7:47
Member 1480089113-Apr-20 7:47 
AnswerRe: I am looking for School student_result_management Pin
Mycroft Holmes13-Apr-20 12:45
professionalMycroft Holmes13-Apr-20 12:45 
GeneralRe: I am looking for School student_result_management Pin
Member 1483624120-May-20 3:35
Member 1483624120-May-20 3:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.