Setting JSON style cookie
|
09-14-2013, 01:25 AM
Post: #1
|
|||
|
|||
Setting JSON style cookie
I am unable to set JSON style cookies with either setCookie or by executing javascript. Does WPT support JSON style cookies?
This has not worked: setCookie https://www.myurl.com mycookie={"mycookie":true} Neither has this: execAndWait document.cookie='mycookie={"mycookie":true};domain=myurl.com;path=/;'; Is there a bug or am I doing something wrong? I need to be able to set this cookie with several json nodes. |
|||
09-16-2013, 11:35 PM
Post: #2
|
|||
|
|||
RE: Setting JSON style cookie
Which browser have you tried with? They all use different methods and there may be a bug or issue with one of them.
|
|||
09-17-2013, 02:51 AM
Post: #3
|
|||
|
|||
RE: Setting JSON style cookie | |||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)