Detecting whether cookies are enabled through Java
Posted
by Paul Reiners
on Stack Overflow
See other posts from Stack Overflow
or by Paul Reiners
Published on 2010-02-10T21:21:54Z
Indexed on
2010/05/25
4:01 UTC
Read the original article
Hit count: 189
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.
© Stack Overflow or respective owner