Page 1 of 1

How to set cookie string

Posted: Thu Dec 19, 2019 7:53 pm
by ForestListener
Hello.

Answer, please, if you want.

How to set Cookie string like:
1P_JAR=2019-12-19-19; NID=194=ES-6S2hog09cRztBy1NS_E4TbVpYIOS6Uc3m96DLw7kB9O7DEY7SuCCIJmr0OHGB169kmWZG4ymgop5jXhOnu5s9gfo25qzCkO9es-e7sJrtsmQwsA6eCM9X2nttG-A8CNrSL-imFay5_bhNuE9W57HHyCXyMXIKlgURi4JhExI; ANID=AHWqTUlk_jftc4qOlFShY91X3U0yoq9yQ8toiuvWCp75kUYrnNtVw4Ufvc7DFnZb

To use them on specified WebSite (for example, Google.com).

Thank you!!!

Re: How to set cookie string

Posted: Fri Dec 20, 2019 9:37 am
by salvadordf
Hi,

The CookieVisitor demo shows how to set a cookie and you can also use JavaScript to do that :
https://stackoverflow.com/questions/482 ... rom-cookie

Re: How to set cookie string

Posted: Fri Dec 20, 2019 12:23 pm
by ForestListener
Thank you, Salvador!

Re: How to set cookie string

Posted: Fri Jan 17, 2020 4:19 pm
by ForestListener
Works fine.

But remember, property Secure must be set to True, when you set Cookie with prefix _
And set to False, when you set Cookie without prefix _

Have a good day!