On 13-05-15 8:48 AM, Albert Shih wrote:
So how can I disable this « feature » ? Or put some time limit on those cookie
While not the solution you're looking for, You can use a cronjob to cleanup inactive sessions:
For example, to cleanup sessions older than 60 minutes: * * * * * sogo /usr/sbin/sogo-tool expire-sessions 60 -- [email protected] https://inverse.ca/sogo/lists
