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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Creating visitorID for Anonymous User

Creating visitorID for Anonymous User

Scheduled Pinned Locked Moved C#
helptutorial
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.
  • S Offline
    S Offline
    SharonRao
    wrote on last edited by
    #1

    Hello All, I am developing a shopping cart and both registered users and anonymous users can shop. The problem iam facing is with anonymous user how to create a visitorId so that i can link them to shopping cart. Visitor ID should be unique ie for every user, do i use session for this. Any suggestions guys. Best Regards, Shilpa.:)

    Thanks in Advance for your help. Best Regards

    H 1 Reply Last reply
    0
    • S SharonRao

      Hello All, I am developing a shopping cart and both registered users and anonymous users can shop. The problem iam facing is with anonymous user how to create a visitorId so that i can link them to shopping cart. Visitor ID should be unique ie for every user, do i use session for this. Any suggestions guys. Best Regards, Shilpa.:)

      Thanks in Advance for your help. Best Regards

      H Offline
      H Offline
      Hayder Marzouk
      wrote on last edited by
      #2

      Hi, You can use the SessionID property of the session. it's unique. You can also create your own ID (a guid for example) and store it in the session object : Guid VisitorID = Guid.NewGuid(); Session["VisitorId"] = VisitorID;

      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