Hello,
From time to time, we still encounter this issue..
Today's example: the browser receives Too many redirects..
select * from ost_session where user_ip = 'XXX.XXX.XXX.XXX';
I see two rows:
+---------------------+---------------------+---------+----------------+------------------------------------------------------------------------+
| session_id | | session_expire | session_updated | user_id | user_ip | user_agent |
+----------------------------+---------------------+---------------------+---------+----------------+------------------------------------------------------------------------+
| 5gfk2ofjhrfsivfsc7cumtl4h1 | | 2025-09-02 13:26:56 | 2025-09-01 13:26:56 | 4 | XXX.XXX.XXX.XXX | Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0 |
| 7tu628qbjja8dnpaa67m64spfh | | 2025-09-03 10:20:23 | 2025-09-02 10:21:01 | 4 | XXX.XXX.XXX.XXX | Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0 |
+----------------------------2 rows in set (0,00 sec)
session_data on the first row = 1528 characters
session_data on the second row = 2980 characters, of which the first 1528 = session_data on the first row..
At the same time, I see a completely different OSTSESSIONID in the browser...

It seems like this is somehow related to a scenario where /scp (and a ticket) is open in one tab, and in another tab a new ticket is being created from the user perspective..
I would appreciate any thoughts and help