|
|
||||||
|
#1
|
|
|
|
|
Hi,
I use the logon control for logging into the application. When logging and checking the option "remember me next time" and then closing the browser without to press any logout button which logout the user, the next time i start the browser and go to the application, i don't need to login. That's ok. My questions are: 1) when logging and checking the option "remember me next time" but then pressing the button logout ( with the code: FormsAuthentication.SignOut() ) and closing the browser, the next time i start the browser and go to the application, i have to login again. Is this logical? 2) And if yes, is it not better not to put a logout button, but just leaving the browser? 3) Is there a difference between closing the browser and logout? Thanks Dan |
|
|
|
#2
|
|
|
|
|
"Dan" <d> ¼¶¼g©ó¶l¥ó·s»D:uz0ZOvAUHHA.4076...
> My questions are: > > 1) when logging and checking the option "remember me next time" but then > pressing the button logout ( with the code: > FormsAuthentication.SignOut() ) and closing the browser, the next time i > start the browser and go to the application, i have to login again. > Is this logical? Yes. By pressing logout it implies the user wants to "wrap out information preserved on the PC to login automatically". > 2) And if yes, is it not better not to put a logout button, but just > leaving the browser? You'd better put the logout button there, just in case they want to switch user. And since there is tabbed browsing, and in certain browsers all tabbed pages shares login sessions, it may not be desirable to require them to exit browser to logout. > 3) Is there a difference between closing the browser and logout? You can logout but conserves non-user related preferences (like display langauge), plus like I said above, sometimes closing browser is not desirable. |
|
#3
|
|
|
|
|
Thanks
"Lau Lei Cheong" <leu_lc> schreef in bericht news:1636 [..] |
|
|
| Similar Threads | |
| Login Control - "Remember Me" Autocomplete Dialog I am using a built-in login control on a form, and have set the "DisplayRememberMe" property to false. It correctly does not display that checkbox on the login form;... |
|
| ASP.NET Login - what is the purpose of the "Remember me" if I have to re-Login each time? I guess I'm not clear on what the "Remember Me Next Time" function provides that is in the ASP.NET Login control. I have cookies enabled. However certain times when I (or my... |
|
| question about login option "remember me next time" Hi, When clicking on "remember me" when logging, the user asks for not to have to log in next time he visits the site. Now, on one side, i read it is recommended to logout... |
|
| asp.net 2.0 Login Control - Anyway to hide the"remember me checkbox" In asp.net 2.0 there is a Login Control, but I dont want the option to remember the person, is there anyway to hide the"remember me checkbox" I could not see one, Thanks, Ed, |
|
| Outlook 2000 doesn't remember my ISP's pssword even though I put the password in and check "remember password" every time I get e mail I am using Outlook 2000. Every time I go to get my email from my ISP have to put in my password even though I check "remember my password" every time. I have also gone... |
|
|
All times are GMT. The time now is 04:22 AM. | Privacy Policy
|