Is it possible for the _expire field sent to the database (MongoDB) to be of type Date? Currently, the SessionData interface defines _expire as string | null.
However, when the _expire field is of type Date, MongoDB allows setting up a TTL index that automatically removes expired sessions.