Define Session Hijacking



Question: What is session hijacking?
Answer:
If you application is not very secure then it is possible to get the access of system after acquiring or generating the authentication information. Session hijacking refers to the act of taking control of a user session after successfully obtaining or generating an authentication session ID. It involves an attacker using captured, brute forced or reverse-engineered session IDs to get a control of a legitimate user’s Web application session while that session is still in progress.

Random Posts

  • Define JSP
  • Servlet Interview Questions
  • Adding a DataBase Driver in Hibernate
  • How to Make a Class Serializable
  • Servlet Important Questions

Post a Comment