Hello,
In Chapter 6 (Session Management) Mock Exam of Head First
Servlets &
JSP I have found an answer which is not clear for me.
Question 7., Answer C: "Attributes bound into a session are available to any other servlet that belongs to the same ServletContext."
Does is mean every servlet defined inside the same <web-app> tags can access that session?
Thanks in advance.
Peter