How to retrieve network id of a Logged in user,
February 1, 2009 at 11:35 AM
I am planning to develop a standalone system which will automatically authenticate the user with the user's network id. I need these stuffs to be as java part because, while accessing the URL itself the authentication process will take place by querying the database against the logged in user's network id. 1. I was able to retrieve the network id in javascript, but it was not useful, because we face performance related issue while running query in client side part (in JSPs). Moreover i was able to retrieve network id using activexobject only, and this worked in IEs of higher version and it too should have some setting configured. so to eliminate both the issues i need network id to be retrieved in the server side(in java code). Please help me with the same, asap.
I hope the query i raised might be clear. Thankyou, awaiting for your suggessions, Saravana Kumar
View All Comments
| View Tutorial