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???
Printable View
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???
you can use the identity object to identify this. You have the necessary data in the identity object.
Shankar
Thanks!!!