Welcome Guest Search | Active Topics | Sign In | Register

Cookies not send in EO.WebBrowser 15.2.10.0 Options
Sagi
Posted: Tuesday, August 18, 2015 11:08:59 PM
Rank: Newbie
Groups: Member

Joined: 7/27/2015
Posts: 1
Hi,

Recently I update the EO.WebBrowser from 3.0.113.1 to the 15.2.10.0.
I found that in some cases the cookies are not sent to our webpages.

I add the cookies in the WebView.BeforeRequestLoad event.

Code: C#
_webBrowserView.BeforeRequestLoad += (sender, args) =>
{
     args.Request.Cookies.Add(cookie1);
     args.Request.Cookies.Add(cookie2);
};


The codes work fine with the EO.WebBrowser 3.0.113.1.
But after upgraded, some pages load as if the cookies were never sent.

Are there any changes about the cookies in the new EO.WebBrowser?
eo_support
Posted: Wednesday, August 19, 2015 9:08:07 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

Can you try to isolate the problem into a test project and send the test project to us? Please see here for instructions on sending project to us:

http://www.essentialobjects.com/forum/test_project.aspx

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.