Questions tagged as 'sesiones'

1
answer

Help with arrays and PHP sessions

I am working in a shopping cart, so that the customer can access the shopping cart needs to be registered, when the client starts session I create a variable $ _SESSION ['Client'] from which I extract certain data that previously registered, if...
asked by 11.08.2018 / 06:48
0
answers

SESSIONS IN JSP, HIDE OR NOT SHOW SESSION HOME PAGE

Friends a consultation .. I am working with sessions in jsp. Someone can help me, once you start session do not ask me again or appear the jsp where login username and password unless you logout, (and once logged in, forward and back pages do no...
asked by 16.08.2018 / 23:47
1
answer

Security of java sessions: Are they stored on server or client? Can they be modified by the user?

I think the title is quite descriptive. The java sessions. Are they stored on the client side or on the server side? If it is stored on the client side (in the web browser), do they run the risk of being edited? If so, what countermeasures can b...
asked by 21.07.2018 / 04:02
1
answer

Control of idle time in different windows php + java script

I have been investigating about the closing of sessions due to inactivity in my page, I have achieved it with the following code in my main page (index.php): script <script> function idleLogout() { var t; window.onload = res...
asked by 09.05.2018 / 21:27
1
answer

undefined index php

I have this code, the fact is that in the line of $ _SESSION ['students'] I miss the error. What I want is that if that array of students does not exist that believes it, and when the program starts, since it does not exist, it gives me that err...
asked by 17.01.2018 / 11:17
0
answers

Click on control within iframe with Jquery or JavaScript

I have a iframe within my page, what happens is that within this iframe (web page of another domain), to access some functions you must create your session and log in, until there is no mess, the problem occurs when a user leaves t...
asked by 12.09.2017 / 15:41
2
answers

How to limit login to a SessionScoped user per session in jsf?

Good morning, I am developing an incident resolution application in jsf2.0 and bdd postgres, the main features and I have lists but I require that the user can only enter once per user, I was using a static array in my controller @SessionScop...
asked by 04.09.2017 / 18:09
0
answers

Does Cron Jobs accept session_start ()?

My code starts like this: <?php session_start('teste'); require '../Meli/meli.php'; and this answer me:    public_html / php-sdk-master / examples / logaem.php: line 1:? php: No such   file or directory       public_html / php-sdk-m...
asked by 01.08.2017 / 04:16
1
answer

Session in Laravel

I have a question regarding the sessions that are due in Laravel, as they will know in the file session.php there is a variable called lifetime that there is configured the time in which you want a session to be alive. The issue that I do not...
asked by 20.10.2018 / 22:57