Re: Why I remain signed on (auth/authorization)?
- From: "dee" <dee@xxxxxxxx>
- Date: Mon, 29 Aug 2005 16:21:52 -0400
I have, in the Pricay tab of IE's Options, set "Block All Cookies".
I tried to test this with FireFox. Running under localhost FireFox presents
me with a windows logon popup asking for my windows account logon ( and
ignoring <authentication mode="Forms">. Then when I go to restriced page it
doesnt even ask for login and gives me the page. Bypassing the whole thing!
....
"Brock Allen" <ballen@xxxxxxxxxxxxxxxxx> wrote in message
news:1139189632609270738906250@xxxxxxxxxxxxxxxxxxxxxxx
> Not sure without seeing your setup, but I'd guess that you've not really
> disabled cookies in IE? *shrug*
>
> -Brock
> DevelopMentor
> http://staff.develop.com/ballen
>
>
>
>> Thanks a lot Brock.
>> That solves my problem. I'm still wondering how ASP.NET manages to use
>> cookies to accomplish the siging process while I have disabled cookies
>> completey in IE.
>> "Brock Allen" <ballen@xxxxxxxxxxxxxxxxx> wrote in message
>> news:1136531632609120437812500@xxxxxxxxxxxxxxxxxxxxxxx
>>
>>> Pass false as the 2nd parameter to RedirectFromLoginPage.
>>>
>>> -Brock
>>> DevelopMentor
>>> http://staff.develop.com/ballen
>>>> When i sign on using
>>>>
>>>> <authentication mode="Forms">
>>>> <forms loginUrl="LogIn.aspx"/>
>>>> </authentication>
>>>> My login code is:
>>>> If MyCheckPassword(name, pwd) Then
>>>> FormsAuthentication.RedirectFromLoginPage(name, True)
>>>> End If
>>>> So far so good. What happens is that once I have signed in I remain
>>>> signed in even cross application restarts. How can I set the
>>>> authorization cookie to expire with e.g., session expiration?
>>>> Also, I have all cookies disabled in my browser. How does the
>>>> authorization cookie get set anyway? This a different kind of
>>>> cookie?
>>>>
>>>> Thanks much.
>>>> Dee
>
>
>
.
- Follow-Ups:
- Re: Why I remain signed on (auth/authorization)?
- From: Brock Allen
- Re: Why I remain signed on (auth/authorization)?
- References:
- Re: Why I remain signed on (auth/authorization)?
- From: dee
- Re: Why I remain signed on (auth/authorization)?
- From: Brock Allen
- Re: Why I remain signed on (auth/authorization)?
- Prev by Date: granting permission for file upload
- Next by Date: Changing Printer Trays
- Previous by thread: Re: Why I remain signed on (auth/authorization)?
- Next by thread: Re: Why I remain signed on (auth/authorization)?
- Index(es):
Relevant Pages
|