Track the number of logins

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rettla
    New Member
    • Jan 2012
    • 28

    Track the number of logins

    I am working on a website that was developed using classic asp and javascript. There is now a need to count the number of times a user logs in to the site and store it in a sql server database. Any ideas how I can go about implementing this
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    You could increment a field in the user table each time the user logs in.

    Comment

    • Rettla
      New Member
      • Jan 2012
      • 28

      #3
      thanx Rabbit, Let me try implementing that and I will get back to you if I have any problems with it

      Comment

      • Rabbit
        Recognized Expert MVP
        • Jan 2007
        • 12517

        #4
        We'll be here. Post the code you use and any error messages you get. Don't forget to use the code tags when you do.

        Comment

        • Rettla
          New Member
          • Jan 2012
          • 28

          #5
          will do just that thank you

          Comment

          Working...