-
Type:
New Feature
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Authentication
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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.