mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-03-25 15:43:04 -04:00
The virtual session doesn't unconditionally call `Read` of the provider, which means it's possible for a session to not exists (created by the call to `Read`). To avoid that the call to `Destroy` fails with that the session does not exists, do also the exists check for `Destroy`. |
||
|---|---|---|
| .. | ||
| db.go | ||
| redis.go | ||
| store.go | ||
| virtual.go | ||