Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 09:50
Sergey Nazarov is currently offline Sergey NazarovFriend
Messages: 1
Registered: December 2015
Junior Member
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: Thu Apr 25 12:20:16 GMT 2024

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

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

Back to the top