Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ios 11.4 cookies
#2
Maybe Apple decided that they need an iCookie now, and plain cookies won't work anymore... who knows? :-)

Please give a try with this code instead:

WebApplication.Response.Cookies.AddCookie();

BTW, you shouldn't calculate UTC time yourself. Different applications tread this differently (i.e. SA Indy, ISAPI, etc.). Is not guaranteed that your code will handle them all correctly. IW will convert when necessary. You just need to provide a DateTime value according to your server time.

Also, Apple has been changing cookie policy since iOS 11 release, restricting its usage. Are you sure that cookies are enabled on this specific device?
Reply


Messages In This Thread
ios 11.4 cookies - by monstercode@gmail.com - 06-11-2018, 07:19 AM
RE: ios 11.4 cookies - by Alexandre Machado - 06-12-2018, 01:48 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)