Re: Problem with cookies
From: Javier Miranda (jamiranda@lycos.com)
Date: 01/20/03
- Next message: Thomas Lally: "ASPNET should not be used until MS correct security"
- Previous message: Oscar Valcuende: "Problem with cookies"
- In reply to: Oscar Valcuende: "Problem with cookies"
- Next in thread: Damen: "Re: Problem with cookies"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Javier Miranda" <jamiranda@lycos.com> Date: Mon, 20 Jan 2003 14:44:18 -0400
I didn't check your code, but check IE zones config under security tab.
"Oscar Valcuende" <oscarvmp@teleline.es> wrote in message
news:O#mlPyJwCHA.968@TK2MSFTNGP12...
> Hi,
>
> I have got a problem with the cookies y IE6. I have developed a
> Web-application wit h Form Authentication.
> <authentication mode="Forms">
>
> <forms loginUrl="logon.aspx" name="sqlAuthCookie" timeout="60"
>
> path="/">
>
> </forms>
>
> </authentication>
>
> <authentication mode="Forms">
>
> <forms loginUrl="logon.aspx" name="sqlAuthCookie" timeout="60"
>
> path="/">
>
> </forms>
>
> </authentication>
>
> My problem is:
>
> If I enter http://localhost/FormsAuthSQL/logon.aspx ,
> after I put the user and the password and push the botton, I enter in the
> default.aspx without problem.
> But I enter http://name-machine/FormsAuthSQL/logon.aspx
> and I put the user and password and push the botton, I persist in the same
> page logon.aspx .
>
> Do anybody know , why the cookie authentication isn't accepted, if my
> browser is configure to accept all cookies?
> tanks.
>
>
- Next message: Thomas Lally: "ASPNET should not be used until MS correct security"
- Previous message: Oscar Valcuende: "Problem with cookies"
- In reply to: Oscar Valcuende: "Problem with cookies"
- Next in thread: Damen: "Re: Problem with cookies"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|