ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Problem Loging in when IP is constantly changing


  • 2012-05-17 03:40:29

    Problem Loging in when IP is constantly changing

    Dear All,

    We have an issue with a simple default install of the ATutor system. We are a large International Organization and we use Traffic Management and Load Balancing systems in order to reach the Internet. This means that if a user is requesting a page, in each submit or refresh, the IP is constantly changing. This makes it impossible to login to ATutor, as we have seen in the code that the validity of the session depends on the IP of the user (among other criteria). Do you have a solution? Many other organizations in our country may have the same problem. Our configuration is the following:

    operating system - Fedora core 16
    version of ATutor - 2.0.3
    versions of php - 5.3.11
    version of mysql - 5.5.22
    webserver & version - Apache/2.2.22 (Fedora)
    your ATutor location- http://accesspass.org

    Thanks in advance for your time.

  • 2012-05-17 09:19:16

    Re: Problem Loging in when IP is constantly changing

    Thanks for reporting this issue which I've filed a bug report: http://atutor.ca/atutor/mantis/view.php?id=4980

    The temporary work-around is to disable the IP address validation by commenting out that chunk of the code located at include/vitals.inc.php

  • 2012-05-17 09:37:12

    Re: Problem Loging in when IP is constantly changing

    Thanks for your response. I will try that and get back to you with the results. As you may understand, we do not want to tamper with the source code, as future upgrades might revert changes we have made.

  • 2012-05-17 09:48:46

    Re: Problem Loging in when IP is constantly changing

    Hello again. The solution provided seems to be working for now. Thanks.