Closed
Description
Maybe we need a status in Session.
For example:
- NEW
- RUNNABLE
- RUNNING
- BROKEN
When the execution is completed and not released, it should be RUNNABLE status.
This feature can help developers use session multiple times and skip authentication. And different front end user can use different DB session in the same time not limited by synchronized.