Problem with cookies
From: Oscar Valcuende (oscarvmp@teleline.es)
Date: 01/20/03
- Next message: Javier Miranda: "Re: Problem with cookies"
- Previous message: Karl Levinson [x y] mvp: "Re: Error in Web Application accessing a Starcos Smartcard"
- Next in thread: Javier Miranda: "Re: Problem with cookies"
- Reply: Javier Miranda: "Re: Problem with cookies"
- Reply: Damen: "Re: Problem with cookies"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Oscar Valcuende" <oscarvmp@teleline.es> Date: Mon, 20 Jan 2003 16:57:12 +0100
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: Javier Miranda: "Re: Problem with cookies"
- Previous message: Karl Levinson [x y] mvp: "Re: Error in Web Application accessing a Starcos Smartcard"
- Next in thread: Javier Miranda: "Re: Problem with cookies"
- Reply: Javier Miranda: "Re: Problem with cookies"
- Reply: Damen: "Re: Problem with cookies"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|