Hi Olivier,
Have you tested the site using Internet Explorer? If you
are getting the same result, it means your server is
misconfigured and is not correctly resolving the
path to your webpage.
You might also want to refer to this article:
KB324337 - FIX: Cookie Is Not Returned for ASP Page on Internet Information
Services 5.1
http://support.microsoft.com/default.aspx?scid=%2Fservicedesks%2Fbin%2Fkbsearch.
asp%3FArticle%3D324337
Hope this information is helpful.
Thanks,
Jean-Luc David
Microsoft .NET MVP
dotnetmvp@hotmail.com
http://www.stormpixel.com
http://weblogs.asp.net/jld/
--- Original Message ---
> hello,
>
[quoted text clipped - 18 lines]
>
> Olivier
olivier - 30 Jul 2004 10:51 GMT
Thanks but I have found the pb :
i have to set this in web.config :
<httpRuntime useFullyQualifiedRedirectUrl="true" />
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmitta/html/be
stpractaui.asp :
Set useFullyQualifiedRedirectUrl="true" for mobile devices that cannot
handle the redirect response without a fully qualified URL specified in the
response. (For example, i-mode devices require this to be set), as shown in
the following code:
Thanks
> Hi Olivier,
>
[quoted text clipped - 7 lines]
> KB324337 - FIX: Cookie Is Not Returned for ASP Page on Internet Information
> Services 5.1
http://support.microsoft.com/default.aspx?scid=%2Fservicedesks%2Fbin%2Fkbsearch.
asp%3FArticle%3D324337
> Hope this information is helpful.
>
[quoted text clipped - 29 lines]
> >
> > Olivier