
Posted:
Tue Oct 16, 2007 4:12 am
by siainmi
Hi!
Is possible to catch event logon and logoff?

Posted:
Tue Oct 16, 2007 4:14 am
by siainmi
I whant to use it for load mcrypt module and unload it.

Posted:
Tue Oct 16, 2007 3:43 pm
by shannah
I don't think there are any triggers for logon and log off. However why don't you just load the mcrypt module before you use it? If you need it, I'm guessing there is some delegate class or custom action where you are using some of its functions. Why not just do a require() right there?
-Steve