Jayachandra Ch

Greenhorn
+ Follow
since Jan 06, 2017
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Jayachandra Ch

I just want to get the pc's username who edits my servlet. If the username is there in DB it gives special privileges else it will skip. I dont need password (if at all we can do so), i need pc name and current logged in username in pc. Looking for any small procedure to achieve it. Thankyou
7 years ago
am not sure about java but it can be done with asp.net, we can get data of the client
7 years ago
I deployed my servlet in server using tomcat. It basically have some input fields and save changes button. When someone writes something and click save I want to save changes to DB along with the PC name and logged user name of the client's PC. Everything is done till updating PC name and Username of client. I can get PC name by How can I get username? I tried many things such as (returns null, also returns null. How to change auth type?) and also tried (returns server username where as I need client username) and doesnt do the trick as well

(By username I mean the username by which logged in to PC.)
7 years ago