How do i differ between machine behind a router?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bob the yob

    How do i differ between machine behind a router?

    Is this possible or should I set a cookie with md5 session id and login time
    and date.


  • Aaron Bertrand [MVP]

    #2
    Re: How do i differ between machine behind a router?

    You can't identify people with IP address... http://www.aspfaq.com/2069

    MD5 is probably overkill... do you really think you need to protect user a
    from user b trying to impersonate their cookie?

    --
    Aaron Bertrand
    SQL Server MVP



    "bob the yob" <bob@hotmail.co m> wrote in message
    news:eYSkqDtPEH A.808@tk2msftng p13.phx.gbl...[color=blue]
    > Is this possible or should I set a cookie with md5 session id and login
    > time and date.
    >[/color]


    Comment

    • bob the yob

      #3
      Re: How do i differ between machine behind a router?

      Thank you Mr Bertrand.



      "Aaron Bertrand [MVP]" <aaron@TRASHasp faq.com> wrote in message
      news:%23XW2PMvP EHA.2128@TK2MSF TNGP11.phx.gbl. ..[color=blue]
      > You can't identify people with IP address... http://www.aspfaq.com/2069
      >
      > MD5 is probably overkill... do you really think you need to protect user a
      > from user b trying to impersonate their cookie?
      >
      > --
      > Aaron Bertrand
      > SQL Server MVP
      > http://www.aspfaq.com/
      >
      >
      > "bob the yob" <bob@hotmail.co m> wrote in message
      > news:eYSkqDtPEH A.808@tk2msftng p13.phx.gbl...[color=green]
      >> Is this possible or should I set a cookie with md5 session id and login
      >> time and date.
      >>[/color]
      >
      >[/color]


      Comment

      Working...