Click to See Complete Forum and Search --> : Getting username from remote computer


vt1881
May 16th, 2002, 08:30 PM
Hi, I've created a webform application and i wanted to retrieve the username of the person who has logon for storing in a cookie. any suggestions???

shankar
May 22nd, 2002, 09:11 AM
you can use the identity object to identify this. You have the necessary data in the identity object.

Shankar

vt1881
May 22nd, 2002, 12:19 PM
Thanks!!!