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,
On Thu, Sep 6, 2012 at 9:07 PM, jason turim <jason.tu...@gmail.com> wrote:
> 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,
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.
On Fri, Sep 7, 2012 at 8:14 AM, jason turim <jason.tu...@gmail.com> wrote:
> 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
> On Thu, Sep 6, 2012 at 9:07 PM, jason turim <jason.tu...@gmail.com> wrote:
>> 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,
On Friday, September 7, 2012 5:54:52 PM UTC+1, jason turim wrote:
> 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.
> On Fri, Sep 7, 2012 at 8:14 AM, jason turim <jason...@gmail.com<javascript:> > > wrote:
>> 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
>> On Thu, Sep 6, 2012 at 9:07 PM, jason turim <jason...@gmail.com<javascript:> >> > wrote:
>>> 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,
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.
On Saturday, September 8, 2012 2:54:52 AM UTC+10, jason turim wrote: > 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.
> On Fri, Sep 7, 2012 at 8:14 AM, jason turim <jason...@gmail.com<javascript:> > > wrote:
>> 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
>> On Thu, Sep 6, 2012 at 9:07 PM, jason turim <jason...@gmail.com<javascript:> >> > wrote:
>>> 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,
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.
On Saturday, November 10, 2012 12:58:07 PM UTC+5:30, 1984jon wrote:
> 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
> On Saturday, September 8, 2012 2:54:52 AM UTC+10, jason turim wrote:
>> 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.
>> On Fri, Sep 7, 2012 at 8:14 AM, jason turim <jason...@gmail.com> wrote:
>>> 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
>>> On Thu, Sep 6, 2012 at 9:07 PM, jason turim <jason...@gmail.com> wrote:
>>>> 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,
On Monday, February 18, 2013 11:46:51 PM UTC+5:30, Sumit Gupta wrote:
> 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.
> On Saturday, November 10, 2012 12:58:07 PM UTC+5:30, 1984jon wrote:
>> 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
>> On Saturday, September 8, 2012 2:54:52 AM UTC+10, jason turim wrote:
>>> 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.
>>> On Fri, Sep 7, 2012 at 8:14 AM, jason turim <jason...@gmail.com> wrote:
>>>> 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
>>>> On Thu, Sep 6, 2012 at 9:07 PM, jason turim <jason...@gmail.com> wrote:
>>>>> 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,