forgejo/modules/session
Giteabot 0412657132
Avoid importing modules/web/middleware in modules/session (#30584) (#30589)
Backport #30584 by @wolfogre

Related to #30375.

It doesn't make sense to import `modules/web/middleware` and
`modules/setting` in `modules/web/session` since the last one is more
low-level.

And it looks like a workaround to call `DeleteLegacySiteCookie` in
`RegenerateSession`, so maybe we could reverse the importing by
registering hook functions.

Co-authored-by: Jason Song <i@wolfogre.com>
(cherry picked from commit 199397a852ec2d45524cefcc3c119fce4710560e)
2024-04-21 18:16:09 +02:00
..
db.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
redis.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
store.go Avoid importing modules/web/middleware in modules/session (#30584) (#30589) 2024-04-21 18:16:09 +02:00
virtual.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00