* fix: more expressive errors Closes #22446 * fix: server only logging for untyped errors * chore: fix formatting
Co-authored-by: Sam Arnold <sarnold@influxdata.com>
This new session service has the ability to work independant of other systems it relies on having its own store type which should allow us to be more flexible then using the built in kv system. I have included an in mem session store.