sparkartgroup-archive / sparkart.js

Easily interact with Sparkart's APIs via Javascript.
1 stars 0 forks source link

Customers can't login using IE 10 #40

Closed pushred closed 11 years ago

pushred commented 11 years ago

The symptoms here are exactly the same as in #37, the customer object remains null after submitting the login form. Reproduced in IE 10 running Windows 7.

Fauntleroy commented 11 years ago

This is another cookie issue. The updated security settings in IE10 make our approach to sessions very weak. If you want to get it to work, you can go to Internet Options -> Privacy -> Advanced and "always allow session cookies". This might be solved by moving the login page to the fanclub site itself.

pushred commented 11 years ago

We'll be addressing this with https://trello.com/c/0vFMDqJp.

Will close this issue once that is released.