Re: Users Log in issue
On 31-May-2006, "Ron2006" <ronnemec@xxxxxxxxxxx> wrote:
Considerations:
IF you take this approach, you will also need to have a backdoor into
that table that will allow you or someone to turn that flag off.
If the network goes down and the user loses connectivity, or if their
computer freezes up and they have to reboot. then they will still be
considered logged in and will not be able to get in FOREVER.
OP: Read and heed!
You will need some admin screen that notices that you are you and lets you
(and only you) open the table or execute some code to clear out the table in
the case that Ron describes.
.
Relevant Pages
- Re: Users Log in issue
... you will also need to have a backdoor into ... that table that will allow you or someone to turn that flag off. ... computer freezes up and they have to reboot. ... considered logged in and will not be able to get in FOREVER. ... (comp.databases.ms-access) - Re: WaitForSingleObject sleeps forewer
... And here is the reason WHY it waits forever. ... You terminate the thread, and ... after the WaitForSingleObject, or put them in the destructor for the class. ... When the flag or event is ... (microsoft.public.win32.programmer.kernel) - Re: which book to start with...?
... The CPU *would* execute it, ... find that Nasm puts its name in a .comment section...). ... but i dont understand how the previous test will set the sign flag. ... Not a bad idea - I find Nasm's version of the instruction set reference useful, even though it isn't up-to-date. ... (alt.lang.asm) - Re: Email Pen-testing
... > Doing a pen-test for a small bank which was proving very difficult to ... A friend of mine suggested I send a backdoor trojan attachment ... execute once in RAM. ... passwords to show this 8-). ... (Pen-Test) - Re: Determining whether an applications has thrown some error ...
... set some flag and check the flag whether error is thrown or not ... ... It depends on where the error happens and what type it is versus where you want to execute the code. ... If the error is an exception (as your use of the word "thrown" implies) you can put the code in a catch block and it will execute "immediately" after the error is thrown (depending on the rest of the code). ... (microsoft.public.dotnet.languages.csharp) |
|