Cookies in variable

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 812
Благодарностей
1 187
Баллы
113
Is there any way to get cookies in variable ? Or only save cookies in file and then take them from file ?

I'm looking to develop cookies and profile snippet that i can load cookies and profile from one file, but seems pretty unwieldy
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 812
Благодарностей
1 187
Баллы
113
just need some small changes...

instance.Cookies.Save(path);
instance.Cookies.ToString();

Instaead of only instance.SaveCookies(path);
 
  • Спасибо
Реакции: KirillOFF

yourmind

Client
Регистрация
13.09.2010
Сообщения
245
Благодарностей
21
Баллы
18

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 812
Благодарностей
1 187
Баллы
113

yourmind

Client
Регистрация
13.09.2010
Сообщения
245
Благодарностей
21
Баллы
18

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 812
Благодарностей
1 187
Баллы
113

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 812
Благодарностей
1 187
Баллы
113
Also this is not what is needed, because it will return cookies per domain, but I would like to get ALL cookies in variable and not one domain...

And cookies you are getting with this method is not actual browser cookies you can get with method instance.SaveCookies();
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 715
Баллы
113

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)