Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. some help

some help

Scheduled Pinned Locked Moved ASP.NET
helptutorial
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ahmed eldeghedy
    wrote on last edited by
    #1

    how to stop user logging on more than once :)

    ahmed eldeghedy

    C B 2 Replies Last reply
    0
    • A ahmed eldeghedy

      how to stop user logging on more than once :)

      ahmed eldeghedy

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      I recommend reading the guide on how to post. Everyone here wants some help. You need to track who is logged in, if you don't do that, what's the use of a login ? Then, add a timeout for people who turn off the browser without logging out.

      Christian Graus Driven to the arms of OSX by Vista. "Iam doing the browsing center project in vb.net using c# coding" - this is why I don't answer questions much anymore. Oh, and Microsoft doesn't want me to.

      1 Reply Last reply
      0
      • A ahmed eldeghedy

        how to stop user logging on more than once :)

        ahmed eldeghedy

        B Offline
        B Offline
        Brij
        wrote on last edited by
        #3

        You can do one thing: When a user login first time, make a entry for the same in database and when logout delete that entry.Now after login once if user try again check the entry in database if found then show a message.

        Cheers!! Brij

        C 1 Reply Last reply
        0
        • B Brij

          You can do one thing: When a user login first time, make a entry for the same in database and when logout delete that entry.Now after login once if user try again check the entry in database if found then show a message.

          Cheers!! Brij

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          That's kind of what I said, except just doing what you said, only works if the users ALWAYS explicitly log out.

          Christian Graus Driven to the arms of OSX by Vista. "Iam doing the browsing center project in vb.net using c# coding" - this is why I don't answer questions much anymore. Oh, and Microsoft doesn't want me to.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups