I`m trying to save cookie to a path which is stored in variable (I read the var from a table)
I tried the following code:
var path = "{-Variable.path-}";
instance.SaveCookie("path").txt;
Nothing happens.
Any ideas how should I write this code?
I tried the following code:
var path = "{-Variable.path-}";
instance.SaveCookie("path").txt;
Nothing happens.
Any ideas how should I write this code?