We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 51387
    • 2 Posts
    I am trying to get the session-less context to work using XRouting 1.4.1-pl.

    Here is my configuration:

    MODX Revoution 2.5.0-pl (Upgrade in the works)

    Here are the context settings:

    session_enabled = No
    base_url = /feed/
    http_host = www.example.com
    site_start = 1
    site_url = http://www.example.com/feed/

    xrouting.include_www = No (added www back in context settings, there was a conflict with my .htaccess file)

    When I hit the url http://www.example.com/feed/index I still get a session cookie (PHPSESSID) and a record is still added to the modx_session table. Any hints on how to completely disable the cookie AND session table record?