gitea/modules/session
Jonathan Tran b18c04ebde
fix: Fix to delete cookie when AppSubURL is non-empty ()
Cookies may exist on "/subpath" and "/subpath/" for some legacy reasons (eg: changed CookiePath behavior in code). The legacy cookie should be removed correctly.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Kyle D <kdumontnu@gmail.com>
..
db.go Next round of `db.DefaultContext` refactor ()
redis.go Replace `interface{}` with `any` ()
store.go fix: Fix to delete cookie when AppSubURL is non-empty ()
virtual.go Replace `interface{}` with `any` ()