Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
In current lens jdbc client:
lens session is attached with jdbc connection.
most of the application create jdbc connection pool and connection
can be reused by multiple users. so effectively multiple users will share the the single connection and hence the lens session.