Bug 1886819

Summary: User session limit is breaking numerous poorly designed systems
Product: [Community] Bugzilla Reporter: Jeff Fearn 🐞 <jfearn>
Component: Bugzilla GeneralAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED CURRENTRELEASE QA Contact: Jeff Fearn 🐞 <jfearn>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 5.0CC: agk, carndt, hannsj_uhl
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.0.4-rh49 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-10-09 16:16:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jeff Fearn 🐞 2020-10-09 13:05:59 UTC
Description of problem:
The session limit introduced in Bug 1854250 is breaking numerous poorly designed applications. We need to turn this off for a release or two and allow these users to fix their broken systems.

If you are one of the people affected you should move to using API keys.

Version-Release number of selected component (if applicable):
5.0.4-rh48

How reproducible:
Easy

Steps to Reproduce:
1. Create a bot
2. do not use api_keys
3. do not take any effort to manage your sessions
4. login every call

Actual results:
You hit the session limit.

Expected results:
You don't hit the limit.

Additional info:
This will be a short reprieve and users are expected to either switch to api_keys or handle sessions properly.

Comment 2 Alasdair Kergon 2020-10-09 15:01:02 UTC
Temporary workaround is to login through the UI, go to preferences, session tab and 'Log out all other sessions'.

https://bugzilla.redhat.com/userprefs.cgi?tab=sessions

Comment 4 Jeff Fearn 🐞 2020-10-09 16:16:53 UTC
This change is now live. If there are any issues, do not reopen this bug. Instead, you should create a new bug and reference this bug.