Detecting whether cookies are enabled through Java
- by Paul Reiners
Is it possible in Java (SE, not J2EE) to detect whether cookies are enabled in the default browser?
This isn't a client/server application. It's simply a desktop application that happens to interact with the default browser.