Jason Song
61457cdf6b
Avoid importing modules/web/middleware
in modules/session
( #30584 )
...
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.
2024-04-19 04:03:53 +00:00
..
2024-03-22 19:17:30 +08:00
2024-02-25 13:32:13 +00:00
2024-02-25 13:32:13 +00:00
2024-02-27 18:56:18 +01:00
2024-03-21 15:07:35 +00:00
2024-04-13 08:38:44 +00:00
2024-04-02 17:48:27 +00:00
2024-04-09 20:27:30 +08:00
2024-04-02 17:48:27 +00:00
2024-04-03 02:16:46 +00:00
2024-02-16 15:18:30 +00:00
2024-04-13 08:38:44 +00:00
2024-03-08 15:30:10 +08:00
2024-03-18 21:14:51 +00:00
2024-01-29 16:18:40 +00:00
2024-03-22 04:32:40 +08:00
2024-04-02 17:48:27 +00:00
2024-03-04 01:37:00 +01:00
2024-04-03 10:58:13 -04:00
2024-04-10 17:49:57 +00:00
2024-02-14 21:48:45 +00:00
2024-04-13 17:32:15 +00:00
2024-04-17 15:30:41 +00:00
2024-04-09 03:43:17 +00:00
2024-04-18 20:00:59 +00:00
2024-03-02 09:54:46 +00:00
2024-03-04 08:16:03 +00:00
2024-02-25 13:32:13 +00:00
2024-04-19 04:03:53 +00:00
2024-04-16 05:41:39 +00:00
2024-04-16 06:08:48 +00:00
2024-03-22 12:16:23 +00:00
2024-04-17 15:58:37 +00:00
2024-04-03 02:16:46 +00:00
2024-04-02 17:48:27 +00:00
2024-04-07 16:19:25 +00:00
2024-04-19 04:03:53 +00:00