Questions tagged as 'sesion'

0
answers

Problem with session_start () in php.

I am having a problem that is driving me crazy and I can not see the fault. The good thing is that I managed to reproduce the fault in a very simple situation. Let's see, I have two php files. The first, index.php is like this: <?php ses...
asked by 09.11.2018 / 23:50
3
answers

PHP timestamp, the variables have the same value at the end

The idea is to calculate the seconds that have passed since you entered the page until the button was clicked, using PHP. The thing is, I want to do this process on the same page, I had previously tried sending the request to a separate page,...
asked by 08.05.2018 / 09:47
1
answer

Open modal window before clicking the close button

How can I make a valuation modal skip when they are going to close the session, but of course only one time, I did a test but it always comes out and of course it does not let me close my session. Close session button <li class="nav-item...
asked by 10.09.2018 / 11:53
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
2
answers

PHP redirect to change session variable

I have to perform on a site, a functionality that allows that when you enter after the url, a / + currency, change the selected currency. The coins are set in a PHP session variable, so I thought about doing a htaccess redirect to a URL with...
asked by 31.07.2018 / 22:30
0
answers

How to login php against bbdd with session_start?

<!DOCTYPE html> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <html> <body> <form METHOD="POST" ACTION="control.php"> <br>Nom<br> <INPUT TYPE="T...
asked by 19.06.2018 / 22:16
3
answers

navigation buttons in JSF2 and PrimeFaces when doing logout

I request your support with a Dinamica web application, which uses Java server faces 2.17 and primefaces 5.1 . It is mounted on a weblogic 10 and this is accessed through a web server! planet. The problem is that when performing the log...
asked by 27.04.2018 / 23:14