State true or false :- There exists a direct API in JSP to verify that the browser accepted the cookie? 

Skill/Topic: JSP Connections
A) True
B) False
Explanation: But the quick alternative would be, after sending the required data to the users browser, redirect the response to a different Servlet which would try to read back the cookie. If this Servlet is able to read back the cookie, then it was successfully saved, else user had disabled the option to accept cookies

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions