Hello,
I think it's fine. Could you please post your code to operate cookie if it
work either?
--
Regards,
Vince
Microsoft Online Support
--------------------
| Thread-Topic: Cookies in IE8
| thread-index: Aco2I3NEmMZI6VH3RZ+FBNiT+ozvXw==
| X-WBNR-Posting-Host: 216.80.121.82
| From: =?Utf-8?B?TUNN?= <
[email protected]>
| References: <
[email protected]>
<
[email protected]>
| Subject: RE: Cookies in IE8
| Date: Tue, 15 Sep 2009 09:42:01 -0700
| Lines: 55
| Message-ID: <
[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325
| Newsgroups: microsoft.public.dotnet.framework.aspnet.security
| Path: TK2MSFTNGHUB02.phx.gbl
| Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.dotnet.framework.aspnet.security:3141
| NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
|
| I think I got it worked out here. Something else in my code may have been
| causing an issue. But can you confirm these settings for me:
|
|
| <authentication mode="Forms">
| <forms name=".COMPANYASPXAUTH"
| domain="company.com"
| cookieless="UseCookies"
| timeout="43200"
| defaultUrl="Home.aspx"
| loginUrl="Login.aspx" />
| </authentication>
|
|
|
| "Vince Xu [MSFT]" wrote:
|
| > Hello,
| >
| > In IE8, the security bar is promoted. We have to set the domain name in
| > cookie.
| > In IE7 and previous version, you can ignore the domain setting. But in
IE8,
| > we need to specific the domain in cookie. So please append the domain
| > information in each cookie body.
| >
| > ps:
| > If you used IE8 beta version, please update it.
| >
| >
| >
| > Sincerely,
| >
| > Vince Xu
| >
| > Microsoft Online Support
| >
| >
| > ==================================================
| > Get notification to my posts through email? Please refer to
| >
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
| >
| > MSDN Managed Newsgroup support offering is for non-urgent issues where
an
| > initial response from the community or a Microsoft Support Engineer
within
| > 2 business day is acceptable. Please note that each follow up response
may
| > take approximately 2 business days as the support professional working
with
| > you may need further investigation to reach the most efficient
resolution.
| > The offering is not appropriate for situations that require urgent,
| > real-time or phone-based interactions. Issues of this nature are best
| > handled working with a dedicated Microsoft Support Engineer by
contacting
| > Microsoft Customer Support Services (CSS) at
| >
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
| > ==================================================
| >
| >
| >
|