�If you put an attribute into the HttpSession, you can get to it from any JSP or servlet in your web app.� - should that JSP or servlet participate the HttpSession to have an access to that attribute?
hi, why is the following answer marked as correct? ( p 274 ,7 , C)
Which statement about session attributes are true? C. Attriutes bound into a session are available to any other servlet that belongs to the same ServletContext?
When mimi-mapping element ( for example .xyz application) is included into depl. descriptor web.xml Does it effect a file with some .xyz extention sent OUT with the resopnse? Does it set the content type to the response , while sending a download file?