|
-
Nov 30th, 2007, 05:29 PM
#1
Thread Starter
New Member
How to remeber which user opend which link?
I have a page with several links I would like keep track of which users clicked on which links. How would I go by doing that using asp or aspx thanks
-
Nov 30th, 2007, 05:40 PM
#2
Re: How to remeber which user opend which link?
We have an ASP.Net forum here on this site. Any questions regarding asp.net are better answered there. As for your question, you simply store the user name in a session variable when they login. and when a page is requested, you read this variable and i'll tell you who who are requesting it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|