Skip to content

cookies: Sync cookies from databse in case of external changees

When more than one entity is using the same sql database file cookies will be out of sync as database is read only once at cookie jar creation time. Such case happens when more than one process is performing operations on the same DB file.

This commit allows to check if database was changed externally and reload cookies stored (non-session/persistent) in such case.

Merge request reports