2
Answers

How to hack and secure Session Id

Rakesh Singh

Rakesh Singh

8y
1.1k
1
How to hack and secure Session Id and misuse of application
provide link or author name for refernce  
 
 
Answers (2)
0
Gokhul Varman

Gokhul Varman

NA 2.2k 29.4k 7y
If you refer the link you can get a clear solution:https://security.stackexchange.com/questions/2087/how-to-hijack-a-session
 
 
0
Gouri  Shankar

Gouri Shankar

1.1k 547 37.3k 8y
There are different ways of securing our session Id like:
1.They can be encrypted.We have different algorithms available for that.
2.We can store the sessions in Sql Server.
3.We can create a bullet proof session.
Hope this helps you.