Dear All,
1. P-169. WEB-INF/classes is one of places where listener class can be placed. WHAT ARE THE OTHER PLACES?
2. P-205. ctx.getResourceAsStream("bookcode.jar"); Forward slash is missing. I guess this is a typo. Am I right, kathy?
3. P-206. Since HttpSessionBindingListener is implemented by Attribute class, I feel it should fall under Attribute listener rather than placing in life cycle listener. If I am wrong, pls explain?
4. P-213. Q-12- D,E says the attribute and API for getting query
string from forwarded request. Can I use the same thing for request from client also?
5. What is the value for setMaxAge() of cookie, if I dont want it to be expired. In case of session, it is -1. Here, if I say, -1, cookie disappears as soon as browser shuts down. So, that makes me wonder what is the value for keeping COOKIE EVER?
6. Inside attributeReplaced API, event.getVale() returns old value. How do I get new value?
Waiting for your replies,
Thanks in advance,
Shankar