Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » SWT function Browser.setCookie doesn't work in IE
SWT function Browser.setCookie doesn't work in IE [message #1718303] Tue, 22 December 2015 04:50
Eclipse UserFriend
I tried to set a cookie to IE using
Browser.setCookie(value, url)
but it always returns false (cookie not set). This method works good for Firefox with the same cookie.

Cookie example:
myData=someData; Expires=Thu, 21-Jan-2016 16:37:31 GMT; Path=/; Domain=mysite.local; HttpOnly


P.S. I tried a large number of variants of cookie and they work in Firefox, but don't work in IE.
Previous Topic:How to set a composite which is layouted by GridLayout totally invisible?
Next Topic:How to add tooltip for each item in Combo Box
Goto Forum:
  


Current Time: Sun Aug 31 16:49:40 EDT 2025

Powered by FUDForum. Page generated in 0.03438 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top