Questions tagged as 'cookies'

3
answers

alternatives to SESSION and COOKIE?

While it's true that between cookies and sessions there are similarities and differences, is there an alternative to these two options? On the one hand, the information in cookies can be modified by the user, so storing, for example, a...
asked by 11.12.2017 / 22:46
1
answer

How to update javascript code every 5 seconds? [closed]

How to update this code every 5 seconds ?. I need that when the user changes his fingerprint, the code is updated without the need to update the page, and that the cookie with the value of the new fingerprint is created. <center> Tu Huel...
asked by 18.11.2018 / 15:31
1
answer

I can not logout in Symfony 3

I have Symfony 3 configured for the most basic access (the http_basic). In security.yml I have the following, in the firewall: main: security: true anonymous: ~ #De momento, la entrada es por http_basic....
asked by 24.03.2018 / 12:18
1
answer

"Like" counter without PHP? [closed]

I've been researching lately on this topic in specific and the truth, I have not come across anything or anything like what I'm looking for, I'm new to server programming, and therefore I'm giving myself the task of make a clean site without PHP...
asked by 19.06.2017 / 06:22
1
answer

Php setcookie not working

I have several files: variables.php: in this I have defined the necessary global variables. checkLogin.php: here I check the user, password, etc. and if the user wants to remember his username and password, I create a cookie with the user,...
asked by 03.12.2018 / 22:22
0
answers

get location after a get request with cookie

My goal is to get the location after a get request with authentication public class desZip { public static void main(String[] args) { try { System.out.println("Imprimiendo Response Header...\n"); HttpClient client = new Defau...
asked by 22.11.2018 / 17:08
1
answer

Reading a cookie located in another directory

Good I have a problem with an exercise when visualizing the created cookies. I have the following directory tree: - / (the default directory where php hosts) - / level - / level / level2 So the problem is that if I create a cookie by p...
asked by 20.11.2018 / 13:39
0
answers

Session with Cookies

Well the thing is that I'm setting up a remind me, but I do not want to work and I do not know why. Look at the codes: This is the view, that if it has variable sessions it should be redirected, it should <?php // Start the session...
asked by 14.11.2018 / 18:06
0
answers

save data in Json format in a cookie

I have the following dilemma suppose I have a specific json { id: 1, cantidad:2, pvp:3.4, nombre: producto } and that json I save it in a cookie , after that I concatenate another json with the same characteristics, and then...
asked by 27.09.2018 / 13:45
0
answers

Dynamics iframe and cookies

I'm trying to preview documents. The thing is that in Dynamics CRM you can insert an IFRAME and you can see the documents of a user's Sharepoint in an IFRAME, the idea is that when you click the URL, go to the other IFRAME and preview the docume...
asked by 23.08.2018 / 08:36