pub fn sessions<Store>(
    store: Store,
    secret: impl AsRef<[u8]>
) -> SessionHandler<Store>
where Store: SessionStore,
Expand description