Posts: 5
Threads: 1
Joined: Jun 2019
Reputation:
0
Location: Germany
Hi,
with 15.0.20 and this new Version i´ve spurios errors like
In Project CustomStandAlone.exe Exception occured Class ENoCookieSupportException ... 'Cookies are disabled in your browser. Please enable cookie support and try to restart the application.' (Message isn´t true)
and more often
In Project CustomStandAlone.exe Exception occured Class EIdSocketError ... 'Socket Error # 10053
Software caused connection abort.' .
Same in my app. Sometimes occurs with this command.
IWStandAloneServer1.Run;
Tested with RIO 10.3 , Windows10 , Firefox
Martin
Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
#1 - This is caused by a user disabling cookies via plugin or other. If you need to support such users you need to use a different tracking mode.
#2 - This is a normal exception and will be handled by IW if you just let it continue. Browsers and proxies often abnormally terminate the connection.
Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
Your reply was empty except for the quoting.