How to set multiple session with different configurations by koa-session (for example, the expiration time is different)

the configuration of koa-session middleware is uniform, so what should I do when I set two session with different expiration times?

Menu