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. General Programming
  3. C#
  4. Session checking

Session checking

Scheduled Pinned Locked Moved C#
2 Posts 2 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.
  • B Offline
    B Offline
    B87
    wrote on last edited by
    #1

    Hi friends, I have created voting application,i have almost finished it but i should check that one user should vote once by getting his session any idea for this.... Checking IP address will prevent other users voting so i need to take user browsers session or some other ideas for this method.....

    C 1 Reply Last reply
    0
    • B B87

      Hi friends, I have created voting application,i have almost finished it but i should check that one user should vote once by getting his session any idea for this.... Checking IP address will prevent other users voting so i need to take user browsers session or some other ideas for this method.....

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

      First of all, we have an ASP.NET forum, why did you not ask there ? Second, there's no way to do this. A new session is created when someone reconnects to your site, and so an IP address is your only option, and that won't work if someone has a dynamic IP and reconnects to the web. The only way for this level of control is to issue people with a login and let every login only work once.

      Christian Graus Driven to the arms of OSX by Vista.

      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