https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36514

            Bug ID: 36514
           Summary: The "kick_out" in auth should return an anonymous
                    session instead of no session
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

At the moment, when we "kick_out" of the self-checkout or the self-checkin, we
send a CGISESSID cookie with an empty value and force the web app to render
opac-auth.tt 

However, this doesn't really make sense.

If the user just reloads the page again, they'll see the real template. 

And if you want to link to the self-registration from the self-checkout (say in
a new tab), you'll want to see the real template instead of a login screen. 

--

In theory, it shouldn't be too hard to do this. We'll just want to create an
anonymous session and return the actual requested template. 

This isn't a top priority for me at the moment, but I do have a library
interested in this, so I might find myself working on this...

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to