Unique web browser identification ID for web control panel logins in Perl

后端 未结 4 1579
北荒
北荒 2020-12-16 13:59

Do web browsers have a unique ID that can be passed on to Perl scripts? (Like a unique serial - like products that you buy in the shop have for example)

For instanc

4条回答
  •  無奈伤痛
    2020-12-16 14:11

    Even we can use localstorage, sessionstorage and also cookies as well to implement this.. but wen these data s visble to user, so better to keep this encrypted

提交回复
热议问题