Results 1 to 2 of 2

Thread: How to remeber which user opend which link?

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2007
    Posts
    2

    Question 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

  2. #2
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,289

    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
  •  



Click Here to Expand Forum to Full Width