Re: [web2py] Re: auth_cas redis session_filename + logout issue

2017-08-24 Thread Mark Graves
Got it! migrate = False, migrate_enabled = False to fix the FK error. Still no clue on why its declaring a session file_name. Oddly enough, its a string in this case, but in file based sessions its an open file object. It still seems to be only in memory CAS clients that have the issue. On Fri

[web2py] Re: auth_cas redis session_filename + logout issue

2017-08-18 Thread Mark Graves
On deeper inspection, the logout issue is strange, and related to the redis sessions. auth.settings.login_form.cas_logout_url is the right URL. If I visit it independently in a browser it works as expected. However, there are no auth_users created in the cas_consumer app when redis session