Creates a SessionStorage that stores session data on a filesystem.
The advantage of using this instead of cookie session storage is that files may contain much more data than cookies.
https://api.reactrouter.com/v7/functions/_react-router_node.createFileSessionStorage
Creates a SessionStorage that stores session data on a filesystem.
The advantage of using this instead of cookie session storage is that files may contain much more data than cookies.