2
Answers

Exit Button in Upper Right Corner

jdonahoe

jdonahoe

21y
2.6k
1
How can I create a form without the Exit Button in the upper right corner of the form? Alternatively, how can I write code that will be executed when the button is clicked?
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.