Results 1 to 3 of 3

Thread: [SOLVED] Firefox only logins

  1. #1
    User
    Join Date
    08-07-09.
    Location
    Kent, United Kingdom
    Posts
    92

    Default [SOLVED] Firefox only logins

    A bit of an odd bug with our current install of Contao, it only lets Firefox users login.
    Something must be going wrong with the cookie somewhere, so far I've traced it down to User::authenticate()

    $this->strHash is blank, so authenticate fails.

    Any ideas?

  2. #2
    User FloB's Avatar
    Join Date
    06-21-09.
    Posts
    157

    Default Re: Firefox only logins

    Maybe Cookies are disabled in the other browsers?

  3. #3
    User
    Join Date
    08-07-09.
    Location
    Kent, United Kingdom
    Posts
    92

    Default Re: Firefox only logins

    Cookies are enabled, going to capture packets to get to the bottom of this.
    It seems to be dependant on web server and not related to php.ini.
    Our dev server is debian, the production server is Centos.

    Edit:
    Just checked the date on the production server, our provider hadn't setup ntp and hence causing the problems.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •