How to confirm that users browser accepted the Cookie ?
There’s no direct API to directly verify that user’s browser accepted the cookie. But the quick alternative would be, after sending the required data tothe 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.
Related Questions
- What is the definition of a privileged user under section 2.19, and does the control really preclude the use of a web browser by server administrator accounts?
- What username and password combination do I user when applying configuration changes using a web browser?
- Is it necessary to modify the browser settings in order to save user transactions?