0

Where a session object is maintained? OR who manages a session object?

  1. Servlet container
  2. ServletContext
  3. ServletConfig
  4. HttpRequest
Akash Mulik
  • 315
  • 3
  • 12

1 Answers1

-1

These two links will surely help you, I can bet on it.Please go through !By the way it's the Container who sees all of session related things.

https://javarevisited.blogspot.com/2012/08/what-is-jsessionid-in-j2ee-web.html

https://www.journaldev.com/1907/java-session-management-servlet-httpsession-url-rewriting

master ArSuKa
  • 151
  • 2
  • 14