I have an internal javascript application and I’m trying to find a way to record the username of the user to a server side log file so we can keep track of what employees are using the web app. Thanks for any help.
best regards,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Only way to do that is to do an AJAX call to a script on the server that can write the data passed to the log file.
Unless you are using technologies like nodejs with nowjs as here you could call server side function directly from the client side. But again some server side scripting will be required.