0

使用哪种技术来维护用户浏览器或机器标识?删除所有浏览器历史记录和 cookie 后?

实时场景:

         I am login to axis internet login through my machine with firefox browser,during the first login it will ask the security question.,after that I removed all my history and cookies of my firefox browser.But again login to my axis internet banking from the same machine,It couldn't ask any security question.
         While accessing from different machine at the first time,it will ask the security question and all.,but two different systems are being accessing same internet.
          Which technology is available to maintain the user credentials after removing all the client browser histroy and cookies.,

提前致谢

4

2 回答 2

0

据我所知,一些网站使用 2 种方法来检查用户是否已经访问过该网站,如果是,则执行所需的操作。

他们使用:

饼干

他们将 cookie 存储在您的浏览器中,然后在需要时检索它们

知识产权识别

他们存储您的 IP,因此即使您删除了他们在数据库中的 cookie,他们也可以将这些信息存储为 cookie,然后他们可以重新添加这些 cookie。

如何避免这种情况?

如果您有动态IP 地址,您可以避免网站在 10/15 分钟内关闭调制解调器而被识别。如果您有一个静态地址或您的动态地址不经常更改(取决于您的 ISP),您可以使用代理。

于 2015-09-04T10:32:25.917 回答
0

您可以为此目的使用本地存储尝试使用此链接

于 2015-09-04T11:13:43.503 回答