View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006150 | SOGo | Backend General | public | 2025-10-08 03:01 | 2025-10-08 03:01 |
Reporter | CLSMCSMII | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Hyper-V | OS | Ubuntu | OS Version | 24.04.3 |
Product Version | 5.12.4 | ||||
Summary | 0006150: Column c_value in sogo_sessions_folder table is too small for sessions with openID token | ||||
Description | I'm using Azure EntraID as IDP, and webmail keep freezing after 2-3 minutes after reload. I found an error on sogo.log: After I alter c_value column from Varchar(4096) to text, this problem has been resolved. | ||||
Steps To Reproduce | Just install sogo with OpenID (I'm using MS EntraID) authentication. After login and see your mailbox, wait for 2-6 minutes you'll get expired session log Eventaully I got redirect with 302 code, and it doesn't go anywhere. It will cause IMAP login failed, you cannot fetch emails until you refresh the whole SOGo webpage to get new ID token. | ||||
Additional Information | From github source code: CREATE TABLE sogo_sessions_folder ( Change c_value from "varchar(4096) NOT NULL," to "text NOT NULL," will resolve the problem Or modify the existing sogo database will also fix this problem. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-10-08 03:01 | CLSMCSMII | New Issue |