Questions tagged as 'cookies'

1
answer

Load a Pop Up only once to the User

I'm trying to make the Pop Up only go out once to the user and I try to do it by going to save a cookie but I'm not managing to save it, Help Please ... <!DOCTYPE html> <html lang="en"> <head> <meta charset="UT...
asked by 06.09.2017 / 01:39
1
answer

How can I work with cookies with JS or jQuery?

I need to create, read and delete cookies from the client side, for this I need to use javascript or jQuery but I do not know how to manipulate the cookies from here, there is a framework that helps with this issue or I have to build my own func...
asked by 04.07.2018 / 23:25
1
answer

Because I can not get the cookies [closed]

from http.cookiejar import * from urllib.request import * test = CookieJar() abridor = build_opener(HTTPCookieProcessor(test)) abridor.addheaders = [('User-agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0')] abri...
asked by 31.05.2017 / 01:11