Timing out of session doesn't allow user to log back in

Discussion in 'Troubleshooting' started by dpat, Oct 31, 2005.

  1. dpat

    dpat New Member

    Joined:
    Oct 31, 2005
    Messages:
    2
    Similar to this thread (http://www.amember.com/forum/showthread.php?t=3503), but with a slight twist.

    When a user logs into our site under the amember login, they don't receive any problems outright. However, if they let their session timeout, the system doesn't allow them to log back in; they only receive the "You are not authorized to view this page. Please log in." message after submitting their account information again.

    If they log out before timing out, they can log back in with no problem. It's only the timing out. Ideas?
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Please try to edit file
    mambo/configuration.php
    and change
    $mosConfig_lifetime = '900';
    to
    $mosConfig_lifetime = '9000';
  3. dpat

    dpat New Member

    Joined:
    Oct 31, 2005
    Messages:
    2
    Thanks for the info. I'll implement it now and test.

Share This Page