I am experiencing an unfortunate issue regarding session time outs. No matter what i set the timeout to within pydio cells console it still seemingly randomly times-out, even during the middle of uploads and changes.
[Using Pydio Cells Home (4.0.2)(self-signed cert) within docker behind a Nginx reverse proxy (lets-encrypt SSL) with external URL set correctly]
No matter what i set the auto logout to it still expires at some randomly short time. Where does one set the ulimit? I’m reading the documentation that it is a file open limit. but I fail to see its relevancy.
Hi, random time-out may come from a Cookie issue, or a server time mismatch. If you have a reverse proxy, I would first check the first. Looking at your developer console (in the browser), can you check if cookies are properly set, with correct domain name, once you are logged in ?
That’s what I suspected… now finding the cause is another thing
Can you double check the domain used by LetsEncrypt on Nginx and the external URL in the cells site (cells config sites) ? Probably a domain discrepancy…
lets encrypt certificate domain and the external url are both correct. I even made sure cloudflare was using DNS only for the subdomain and only using the server side ssl certificate instead of its own.
Any chance someone can assist with this issue regarding cookies not applying for the login session? It’s literally the only application i run that has an issue like this.
Run ./cells configure sites
and at some point, you will be asked If this site is accessed through a reverse proxy, provide full external URL (https://mydomain.com):
Provide your external URL from Nginx.
I had the same problem - no cookies were set except for ai_user. With the correct external URL, it seems working fine.