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. How to get clients harddisk number or anything a unique value of client?

How to get clients harddisk number or anything a unique value of client?

Scheduled Pinned Locked Moved ASP.NET
tutorialquestion
23 Posts 6 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.
  • K kuyucakli

    hello friends. i have to get a unique value of client. (for example harddisk serial number) how i can do that? thanks.

    viva la commune

    A Offline
    A Offline
    Abhijit Jana
    wrote on last edited by
    #2

    use SessionID , it is unique for each client request .

    cheers, Abhijit

    K 1 Reply Last reply
    0
    • A Abhijit Jana

      use SessionID , it is unique for each client request .

      cheers, Abhijit

      K Offline
      K Offline
      kuyucakli
      wrote on last edited by
      #3

      thank you but session is not a value of client. session is crated by iis.

      viva la commune

      A 1 Reply Last reply
      0
      • K kuyucakli

        thank you but session is not a value of client. session is crated by iis.

        viva la commune

        A Offline
        A Offline
        Abhijit Jana
        wrote on last edited by
        #4

        Your Requirment was

        kuyucakli wrote:

        anything a unique value of client?

        So SessionID you can use. This is unique for each request that initiate.

        kuyucakli wrote:

        session is not a value of client. session is crated by iis.

        but you can get any client sessionID.

        cheers, Abhijit

        K 1 Reply Last reply
        0
        • K kuyucakli

          hello friends. i have to get a unique value of client. (for example harddisk serial number) how i can do that? thanks.

          viva la commune

          N Offline
          N Offline
          N a v a n e e t h
          wrote on last edited by
          #5

          kuyucakli wrote:

          for example harddisk serial numbe

          You can't. If you can explain why you need this, probably we can provide some other suggestions.

          Navaneeth How to use google | Ask smart questions

          K 1 Reply Last reply
          0
          • A Abhijit Jana

            Your Requirment was

            kuyucakli wrote:

            anything a unique value of client?

            So SessionID you can use. This is unique for each request that initiate.

            kuyucakli wrote:

            session is not a value of client. session is crated by iis.

            but you can get any client sessionID.

            cheers, Abhijit

            K Offline
            K Offline
            kuyucakli
            wrote on last edited by
            #6

            yes i know. but session is closing a few minute later or when is browser restart or when is pc restart.. i want to get a fixed value of client. like hard disk serial number. because i will know user by this value. for example; if a user visited my home page before i will redirect user to other page. but i will not use cookie, session, ip address. i have to use a uniqe and fixed value of client.

            viva la commune

            N A 2 Replies Last reply
            0
            • K kuyucakli

              yes i know. but session is closing a few minute later or when is browser restart or when is pc restart.. i want to get a fixed value of client. like hard disk serial number. because i will know user by this value. for example; if a user visited my home page before i will redirect user to other page. but i will not use cookie, session, ip address. i have to use a uniqe and fixed value of client.

              viva la commune

              N Offline
              N Offline
              N a v a n e e t h
              wrote on last edited by
              #7

              kuyucakli wrote:

              but i will not use cookie, session, ip address. i have to use a uniqe and fixed value of client.

              WHY? Using cookies is the obvious way to identify user has visited previously.

              Navaneeth How to use google | Ask smart questions

              A K 2 Replies Last reply
              0
              • K kuyucakli

                yes i know. but session is closing a few minute later or when is browser restart or when is pc restart.. i want to get a fixed value of client. like hard disk serial number. because i will know user by this value. for example; if a user visited my home page before i will redirect user to other page. but i will not use cookie, session, ip address. i have to use a uniqe and fixed value of client.

                viva la commune

                A Offline
                A Offline
                Abhijit Jana
                wrote on last edited by
                #8

                You can Check Client IP For That . but here some problem may happend, if all the IP Pass thorugh a getway, then it will take the get ways IP.

                cheers, Abhijit

                K 1 Reply Last reply
                0
                • N N a v a n e e t h

                  kuyucakli wrote:

                  but i will not use cookie, session, ip address. i have to use a uniqe and fixed value of client.

                  WHY? Using cookies is the obvious way to identify user has visited previously.

                  Navaneeth How to use google | Ask smart questions

                  A Offline
                  A Offline
                  Abhijit Jana
                  wrote on last edited by
                  #9

                  But Navaneeth, If user clear the browser History and Cookies then how can be able to track ?

                  cheers, Abhijit

                  N 1 Reply Last reply
                  0
                  • A Abhijit Jana

                    But Navaneeth, If user clear the browser History and Cookies then how can be able to track ?

                    cheers, Abhijit

                    N Offline
                    N Offline
                    N a v a n e e t h
                    wrote on last edited by
                    #10

                    Abhijit Jana wrote:

                    If user clear the browser History and Cookies then how can be able to track

                    There is no reliable way to do this. IP address is not reliable as it may change if you don't have static IP.

                    Navaneeth How to use google | Ask smart questions

                    1 Reply Last reply
                    0
                    • N N a v a n e e t h

                      kuyucakli wrote:

                      but i will not use cookie, session, ip address. i have to use a uniqe and fixed value of client.

                      WHY? Using cookies is the obvious way to identify user has visited previously.

                      Navaneeth How to use google | Ask smart questions

                      K Offline
                      K Offline
                      kuyucakli
                      wrote on last edited by
                      #11

                      because i will create a poll page. and bad users may want hack my poll. for example user can clear cookies or change ip adress... then i cant take real result. Its because i want use a unique value of client for take true results from my poll. Regards.

                      viva la commune

                      1 Reply Last reply
                      0
                      • A Abhijit Jana

                        You can Check Client IP For That . but here some problem may happend, if all the IP Pass thorugh a getway, then it will take the get ways IP.

                        cheers, Abhijit

                        K Offline
                        K Offline
                        kuyucakli
                        wrote on last edited by
                        #12

                        its why i want get and use a unique value of client

                        viva la commune

                        A 1 Reply Last reply
                        0
                        • N N a v a n e e t h

                          kuyucakli wrote:

                          for example harddisk serial numbe

                          You can't. If you can explain why you need this, probably we can provide some other suggestions.

                          Navaneeth How to use google | Ask smart questions

                          K Offline
                          K Offline
                          kuyucakli
                          wrote on last edited by
                          #13

                          i will create a poll page. and bad users may want hack my poll. for example user can clear cookies or change ip adress... then i cant take real result. Its because i want use a unique value of client for take true results from my poll. Regards.

                          viva la commune

                          E N 2 Replies Last reply
                          0
                          • K kuyucakli

                            i will create a poll page. and bad users may want hack my poll. for example user can clear cookies or change ip adress... then i cant take real result. Its because i want use a unique value of client for take true results from my poll. Regards.

                            viva la commune

                            E Offline
                            E Offline
                            eyeseetee
                            wrote on last edited by
                            #14

                            Sometimes when surveys are done they actually put in a disclaimer saying that the survey may not reflect true public opinion. I think you are asking for too much by asking for 100% accuracte info.

                            Deliver yesterday, code today, think tomorrow. "http://www.heuse.com/cphumor.htm"

                            1 Reply Last reply
                            0
                            • K kuyucakli

                              its why i want get and use a unique value of client

                              viva la commune

                              A Offline
                              A Offline
                              Abhijit Jana
                              wrote on last edited by
                              #15

                              I think only Authentication is only one purpose where you can identify the unique user. :-O Now even user create multiple account then ....:confused::confused: :zzz:

                              cheers, Abhijit

                              K 1 Reply Last reply
                              0
                              • K kuyucakli

                                i will create a poll page. and bad users may want hack my poll. for example user can clear cookies or change ip adress... then i cant take real result. Its because i want use a unique value of client for take true results from my poll. Regards.

                                viva la commune

                                N Offline
                                N Offline
                                N a v a n e e t h
                                wrote on last edited by
                                #16

                                .netman is correct. Web surveys won't be 100% accurate.

                                Navaneeth How to use google | Ask smart questions

                                1 Reply Last reply
                                0
                                • A Abhijit Jana

                                  I think only Authentication is only one purpose where you can identify the unique user. :-O Now even user create multiple account then ....:confused::confused: :zzz:

                                  cheers, Abhijit

                                  K Offline
                                  K Offline
                                  kuyucakli
                                  wrote on last edited by
                                  #17

                                  no. i dont want use authentication. because i will build a politic poll. so users may dont want give mail address. i think i must build with javascript.. i m not sure..

                                  viva la commune

                                  A 1 Reply Last reply
                                  0
                                  • K kuyucakli

                                    no. i dont want use authentication. because i will build a politic poll. so users may dont want give mail address. i think i must build with javascript.. i m not sure..

                                    viva la commune

                                    A Offline
                                    A Offline
                                    Abhijit Jana
                                    wrote on last edited by
                                    #18

                                    but , as Navneeth and .netman suggest, web pool cant be 100% perfect

                                    cheers, Abhijit

                                    K 1 Reply Last reply
                                    0
                                    • A Abhijit Jana

                                      but , as Navneeth and .netman suggest, web pool cant be 100% perfect

                                      cheers, Abhijit

                                      K Offline
                                      K Offline
                                      kuyucakli
                                      wrote on last edited by
                                      #19

                                      :) yes web poll cat be perfect. but if i dont what i want, some bad users visiting my site and selecting same option and impossible option being 70% rate. i dont want that again!

                                      viva la commune

                                      1 Reply Last reply
                                      0
                                      • K kuyucakli

                                        hello friends. i have to get a unique value of client. (for example harddisk serial number) how i can do that? thanks.

                                        viva la commune

                                        W Offline
                                        W Offline
                                        W Balboos GHB
                                        wrote on last edited by
                                        #20

                                        Every device connected to the internet has a MAC address - which is unique. However, even this can be faked by (temporarily) overriding a registry entry. This can, in fact, be used to fake nearly any identification method for your plan. The ability to flood a poll, or a forum, by a single user acting as "many" has been worked on for some time. You'll not outsmart this possibility as it keeps changing ahead of technology to catch it. Welcome to the Internet!

                                        Ravings en masse^

                                        "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

                                        "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

                                        Richard DeemingR 1 Reply Last reply
                                        0
                                        • W W Balboos GHB

                                          Every device connected to the internet has a MAC address - which is unique. However, even this can be faked by (temporarily) overriding a registry entry. This can, in fact, be used to fake nearly any identification method for your plan. The ability to flood a poll, or a forum, by a single user acting as "many" has been worked on for some time. You'll not outsmart this possibility as it keeps changing ahead of technology to catch it. Welcome to the Internet!

                                          Ravings en masse^

                                          "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

                                          "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

                                          Richard DeemingR Offline
                                          Richard DeemingR Offline
                                          Richard Deeming
                                          wrote on last edited by
                                          #21

                                          Erm... you do realise you've just replied to a message from 2008, right? :doh:


                                          "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                                          "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

                                          W 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