Bug #29027
Session id out of range error
Status:
Closed
Priority:
Normal
Assignee:
Category:
Users, Roles and Permissions
Target version:
-
Pull request:
Fixed in Releases:
Found in Releases:
Description
If the users have a lot of API requests the session can get to the upper integer limit.
Easy solution is to get the id on bigint and for postgres start to cycle.
Related issues
Associated revisions
Refs #29027 - session out of range adhere pg versions
Refs #29027 - replace server_version with server_version_num
History
#1
Updated by Ondřej Ezr over 2 years ago
- Related to Bug #26009: Clear session count to be able to login again added
#2
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7441 added
#3
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases 2.1.0 added
#4
Updated by Ondřej Ezr over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset e05899794d039fc508396852568b4c081df492c6.
#5
Updated by Ondřej Ezr over 2 years ago
- Bugzilla link set to 1641223
#6
Updated by The Foreman Bot over 2 years ago
- Pull request https://github.com/theforeman/foreman/pull/7448 added
#7
Updated by The Foreman Bot over 2 years ago
- Pull request https://github.com/theforeman/foreman/pull/7457 added
#8
Updated by Tomer Brisker about 2 years ago
- Category changed from 218 to Users, Roles and Permissions
Fixes #29027 - session_id out of range error