Fixed some duplicate words in the English version.

This commit is contained in:
Kelvin Salton do Prado
2016-11-29 12:04:47 -02:00
parent b37884a4a3
commit 4075b93d2c
7 changed files with 9 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ Refresh the page and you'll see the following:
Figure 6.7 hijacking the session has succeeded.
Here we see that we can hijack sessions between different browsers, and actions performed in one one browser can affect the state of a page in another browser. Because HTTP is stateless, there is no way of knowing that the session id from firefox is simulated, and chrome is also not able to know that it's session id has been hijacked.
Here we see that we can hijack sessions between different browsers, and actions performed in one browser can affect the state of a page in another browser. Because HTTP is stateless, there is no way of knowing that the session id from firefox is simulated, and chrome is also not able to know that it's session id has been hijacked.
## prevent session hijacking