Uses of addClientInfo

I am finally getting around to adding this function into my standard login routines.

I am curious: what kind of information are people finding useful to add?

Name, department, email address… it’s a great way to see who “really” is in there.

David,

This is what I’m using:```
application.addClientInfo(’
Login TimeStamp: ‘+application.getServerTimeStamp()+’
UserName: ‘+globals.user_name +’
CompanyCode: ‘+globals.company_id+’
Server URL: ‘+application.getServerURL()+’');


As you can see, I put some HTML codes in there, to make the display in the Admin pages look nicer.

Paul

Now that is too cool Paul! Can you write that up as a tip on Servoy Magazine?