Details
-
New Feature
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
Description
this can be useful for security purpose, when some admin commands want to be isolated.
Possible clean solution: add a flag "shareAuth" to requestStart(), which is true by default.
If false:
- the thread will stick to same connection as with regular requestStart.
- any auth() being called will not be cached and shared at DB level.
- when requestDone() is called, either logOut cmd is called, or connection is closed.