Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Forms authentication ie10/windows 8
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
jason turim  
View profile  
 More options Sep 7 2012, 12:07 am
From: jason turim <jason.tu...@gmail.com>
Date: Thu, 6 Sep 2012 21:07:25 -0700
Local: Fri, Sep 7 2012 12:07 am
Subject: Forms authentication ie10/windows 8

Hey folks,

I have an app that is using forms authentication which works great in every
browser except ie10 on w8 (shocking, i know).  I'm running the app locally,
and the same auth cookie is being returned to ie10 as to browsers that
work.  I found a known bug with .NET4 and ie10 (
http://connect.microsoft.com/VisualStudio/feedback/details/662275/asp...
,
http://stackoverflow.com/questions/6983732/ie10-user-agent-causes-asp...),
but it doesn't appear to be relevant.  I experience the same behavior (not
getting logged in) regardless of the user agent getting sent to the server.

When running locally the cookie domain is blank, however, when the app is
running 'in the cloud' the cookie domain is set appropriately and I am
still seeing the same behavior.

I am completely stumped, any help would be appreciated,

thanks,
jason


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jason turim  
View profile  
 More options Sep 7 2012, 11:14 am
From: jason turim <jason.tu...@gmail.com>
Date: Fri, 7 Sep 2012 08:14:38 -0700
Local: Fri, Sep 7 2012 11:14 am
Subject: Re: Forms authentication ie10/windows 8

I did some more digging, and I found this after posting the username and
password the response includes the authentication cookie.

The request for the subsequent page doesn't include the authentication
cookie, hence the request can't be authenticated.

Does this indicate a bug in IE10?

thanks,
jason


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jason turim  
View profile  
 More options Sep 7 2012, 12:54 pm
From: jason turim <jason.tu...@gmail.com>
Date: Fri, 7 Sep 2012 09:54:51 -0700
Local: Fri, Sep 7 2012 12:54 pm
Subject: Re: Forms authentication ie10/windows 8

And the answer is that 'Do not track' is turned on in IE10 by default.  I'm
researching how to turn off do not track for particular sites, is it even
possible?

jt

btw - it seems like a pretty controversial decision to turn on DNT by
default, which apparently goes against the draft standard recommendation.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Grumpydev  
View profile  
 More options Sep 14 2012, 10:07 am
From: Grumpydev <ste.robb...@gmail.com>
Date: Fri, 14 Sep 2012 07:07:14 -0700 (PDT)
Local: Fri, Sep 14 2012 10:07 am
Subject: Re: Forms authentication ie10/windows 8

Interesting.. we use roughly the same approach as MVC, I wonder if they
explicitly allow MVC auth cookies? :/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
1984jon  
View profile  
 More options Nov 10 2012, 2:28 am
From: 1984jon <jonathon.grant...@gmail.com>
Date: Fri, 9 Nov 2012 23:28:07 -0800 (PST)
Local: Sat, Nov 10 2012 2:28 am
Subject: Re: Forms authentication ie10/windows 8

Hey Jt,

are you sure. I just turned off "Do not track" (IE10 Win8) still had the
same problem. interestingly when I run the site on the local machine it
works like a treat its only on the web server im having the issues.

-J


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sumit Gupta  
View profile  
 More options Feb 18, 1:16 pm
From: Sumit Gupta <vikasu...@gmail.com>
Date: Mon, 18 Feb 2013 10:16:51 -0800 (PST)
Local: Mon, Feb 18 2013 1:16 pm
Subject: Re: Forms authentication ie10/windows 8

I am having same problem with my website. I ensure DO NOT TRACK Is off,
Authentication cookie is been sent to Set Cookie, even the next request
contain the ASPXAUTH cookie and it's value yet it is not logged in and
redirecting to login form.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sumit Gupta  
View profile  
 More options Feb 18, 1:21 pm
From: Sumit Gupta <vikasu...@gmail.com>
Date: Mon, 18 Feb 2013 10:21:57 -0800 (PST)
Local: Mon, Feb 18 2013 1:21 pm
Subject: Re: Forms authentication ie10/windows 8

ah I got it solved with
 http://www.hanselman.com/blog/FormsAuthenticationOnASPNETSitesWithThe...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Grumpydev  
View profile  
 More options Feb 18, 1:22 pm
From: Grumpydev <ste.robb...@gmail.com>
Date: Mon, 18 Feb 2013 10:22:49 -0800 (PST)
Local: Mon, Feb 18 2013 1:22 pm
Subject: Re: Forms authentication ie10/windows 8

Are you running on more than one web server?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sumit Gupta  
View profile  
 More options Feb 18, 1:57 pm
From: Sumit Gupta <vikasu...@gmail.com>
Date: Mon, 18 Feb 2013 10:57:10 -0800 (PST)
Local: Mon, Feb 18 2013 1:57 pm
Subject: Re: Forms authentication ie10/windows 8

yes it is Cloud hosting but I guess it is 2 server at the moment. But with
cookieless="UseCookies" addition in web.config my problem is solved.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Grumpydev  
View profile  
 More options Feb 18, 2:38 pm
From: Grumpydev <ste.robb...@gmail.com>
Date: Mon, 18 Feb 2013 11:38:53 -0800 (PST)
Local: Mon, Feb 18 2013 2:38 pm
Subject: Re: Forms authentication ie10/windows 8

Umm.. You're not using Nancy forms auth if that setting helped :-)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »