Avoid using other libraries in own library |
I think, the authentication sub-system alone (let us forget about the access to the logging form for now) should check whether a user tries to log-in again. In this case I would log-out the old user and let the new user log-in. The corresponding events might be triggered properly, and they would be recorded within a log (if there is such) in the right sequence.
|
Messages In This Thread |
Avoid using other libraries in own library - by Call-Me-Captain - 08-03-2016, 10:57 AM
RE: Avoid using other libraries in own library - by cartalot - 08-03-2016, 05:17 PM
RE: Avoid using other libraries in own library - by Call-Me-Captain - 08-04-2016, 04:19 AM
RE: Avoid using other libraries in own library - by PaulD - 08-04-2016, 05:20 AM
RE: Avoid using other libraries in own library - by Call-Me-Captain - 08-04-2016, 05:38 AM
RE: Avoid using other libraries in own library - by ivantcholakov - 08-04-2016, 05:53 AM
RE: Avoid using other libraries in own library - by PaulD - 08-04-2016, 06:06 AM
RE: Avoid using other libraries in own library - by mwhitney - 08-04-2016, 06:38 AM
RE: Avoid using other libraries in own library - by Call-Me-Captain - 08-06-2016, 02:03 PM
|