Hello folks,
I have an issue that i am trying to figure out. But having wasted a whole day, i am not able to figure this one out.
My issue is:
i use Request.ServerVariables["Name"].tostring() to get the user full name once the user goes thru the login screen. The code tacks onto to the first user name and displays correctly in the welcome screen.when the second user logs in, the request server variable throws out the name of the first user and not the the current second user.
This is such a pain. Please help me out.
...
Go to the complete details ...