hi
i've got this really weird problem with sessions using default-middleware
the session cookie is set correctly and is handled correctly as long as i keep reloading the same page
but as soon as i navigate to another path (still on localhost) the session contents are "forgotten" and a different session id is returned
any idea what could be causing this?