The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Active Logins
Posted: 11 Jul 08 5:38 AM
|
Hi all,
In the Admin application when a user is Logged in it displays a green arrow icon. I haved tried to do a sql profiler to capture how this is acheived but cant find anything relevent.
Does anybody know where this data is stored? I know there is an excellent util E1 audit but it looks a hammer to crack a nut.
Adrian |
|
|
|
Re: Active Logins
Posted: 12 Jul 08 4:14 AM
|
Hi Adrian
This information is handled by the security layer of the provider - the information is not stored anywhere (i.e. in a table) so you cannot take advantage of it I'm afraid ! The utility you refer to - isn't actually all that bad (I wrote it!) so you would probably be best using this or rolling your own similar one if you just want to know who's logged in.
Thx Mike
http://www.empath-e.com/support/slxutilities.asp
|
|
|
|
Re: Active Logins
Posted: 12 Jul 08 4:41 AM
|
Hi Mike,
Thanks for the reply. I thought that might be the answer as I have ran Sql profiler when refreshing Admin and couldnt see anything!
I think your utility is great - which I will probably end up using 
Thanks,
Adrian |
|
|
|
Re: Active Logins
Posted: 12 Jul 08 4:44 AM
|
Thanks! It's actually v.easy to customise - you could strip out the last 5, first 4 logins, machine/SLX Info - just leave you with what you need ! |
|
|
|
Re: Active Logins
Posted: 12 Jul 08 4:54 AM
|
We need the active logins to find which of our telemarketers are logged in so we can auto-route leads to them when they come in via our website.
I will be implementing your utility as soon as I get back to work on Monday!
Adrian |
|
|
|