3

A user of our application has IE8, Chrome 15 and Firefox 8.

When the user logs into our application (or any web application that uses cookies to persist the login state) with Chrome or IE, they are immediately redirected to the login page. However, this works fine in Firefox.

I've triple-checked Chrome's cookie/content settings including re-installing and blowing away the profile, but nothing works. The user was working fine in Chrome on this past Friday.

It is nothing specific to our application because all sites that use cookies do not work for the user.

Is there something that IE and Chrome share for content settings or is there some other issue?

14
  • Does it work as expected on that computer when logged in (into Windows) as a different user? Commented Nov 29, 2011 at 0:31
  • @techie007 - Didn't try a different user, but I could. Commented Nov 29, 2011 at 1:34
  • Has this use played with his folders as described here ? Have you tried to reinstall Chrome entirely (IE is harder) ?
    – harrymc
    Commented Dec 2, 2011 at 6:55
  • @harrymc - No they haven't changed the folder and yes I've reinstalled Chrome completely (including blowing away their profile folder). Commented Dec 2, 2011 at 11:26
  • My only other idea is to check the permissions on the cookies folder.
    – harrymc
    Commented Dec 2, 2011 at 14:18

2 Answers 2

1

Are you 100% sure you deleted the Cookie folder, and that it was for the right user on the system?

http://ellisweb.net/2008/09/where-does-google-chrome-store-user-history-profile-and-bookmarks/

1
  • 1
    Yup - Even tried using portable Chrome with no luck. Commented Dec 7, 2011 at 22:35
0

Firefox stores its cookies in the profile directory inside the files cookies.sqlite and permissions.sqlite.

Chrome and IE store their cookies inside folders :

Chrome : C:\Users\\AppData\Local\Google\Chrome\User Data
IE : C:\Users\\AppData\Roaming\Microsoft\Windows\Cookies

It might be worth checking the permissions on these folders for the user that is experiencing these cookies problems.

3
  • See my comments on the OP and you'll see that I even tried portable Chrome... Commented Dec 7, 2011 at 22:36
  • A wild shot : check the computer's date and time (as well as timezone). See this article.
    – harrymc
    Commented Dec 8, 2011 at 10:03
  • That's a good idea - I'll check when I have a chance this weekend. Commented Dec 8, 2011 at 15:43

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .