Page 1 of 1

FEU Logoff not always redirecting

Posted: Tue Mar 13, 2018 4:00 am
by forest-guy
My site has a members only area that uses FEU and CMSContentManager to restrict access to certain pages. When users sign in with their username (=email) they get the FEU logout form. Everything works fine until they return to the logout form page and press the Sign Out link. Sometimes it takes them back to the FEU login form (as it should) but most of the time it leaves them on the FEU logout form. I haven't been able to determine why it works sometimes but not others. Checking the FEU History, it shows they have logged out, but short of shutting down their browser and clearing their cache and history, they can't refresh the page to get back to the FEU login form. This is happening with FireFox and Internet Explorer.

Any ideas?
Thanks in advance

Code: Select all

Cms Version: 2.2.6

Installed Modules:

    AdminSearch: 1.0.4
    CGCalendar: 2.5.1
    CGExtensions: 1.60
    CGSimpleSmarty: 2.1.8
    CMSContentManager: 1.1.6
    CmsJobManager: 0.1.2
    DesignManager: 1.1.4
    FileManager: 1.6.5
    FilePicker: 1.0.2
    FrontEndUsers: 2.9
    MenuManager: 1.50.3
    MicroTiny: 2.2.2
    ModuleManager: 2.1.3
    Navigator: 1.0.8
    News: 2.51.3
    Search: 1.51.3
    SelfRegistration: 1.14
    Uploads: 1.25.8


Config Information:

    php_memory_limit:
    max_upload_size: 64000000
    url_rewriting: none
    page_extension:
    query_var: page
    auto_alias_content: true
    locale:
    set_names: true
    timezone: America/Denver
    permissive_smarty: false


Php Information:

    phpversion: 5.6.34
    md5_function: On (True)
    json_function: On (True)
    gd_version: 2
    tempnam_function: On (True)
    magic_quotes_runtime: Off (False)
    E_ALL: 22517
    E_STRICT: 0
    E_DEPRECATED: 0
    test_file_timedifference: No time difference found
    test_db_timedifference: No time difference found
    create_dir_and_file: 1
    memory_limit: 256M
    max_execution_time: 50000
    register_globals: Off (False)
    output_buffering: 0
    disable_functions:
    open_basedir:
    test_remote_url: Success
    file_uploads: On (True)
    post_max_size: 64M
    upload_max_filesize: 64M
    session_save_path: /tmp (1777)
    session_use_cookies: On (True)
    xml_function: On (True)
    xmlreader_class: On (True)
    check_ini_set: On (True)
    curl: On


Performance Information:

    allow_browser_cache: On (True)
    browser_cache_expiry: 60
    php_opcache: Off (False)
    smarty_cache: Off (False)
    smarty_compilecheck: Off (False)
    auto_clear_cache_age: On (True)

Server Information:

    Server Software: Apache
    Server Api: cgi-fcgi
    Server Os: Linux Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux On Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
    Server Db Type: MySQL (mysqli)
    Server Db Version: 5.5.59
    Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable


Re: FEU Logoff not always redirecting

Posted: Tue Mar 13, 2018 8:45 pm
by DIGI3
You may want to make sure the page hosting the form is not cachable by the browser.