Dylan Lukes
11/22/2024, 9:38 PMMap<String, Any>
(approximately)?
It looks like #session
is not recommended/enabled by default anymore, so it might be fine to just implement hasSession
on the IWebExchange
implementation as constant false
and getSession
as returning Nothing
?