Questions tagged as 'session'

2
answers

PHP logout with cookies and sessions

I have a problem logging into my site, because when I use only sessions it logs out normally, but when I use sessions and cookies to remind the user, I need to go out twice, sometimes even more, type I am in the user page and click on exit, it r...
asked by 24.07.2015 / 16:05
2
answers

Problem with session variable

On my site, I have a part of the code where two checkbox options should be shown for the check-in date with a difference of 72 hours or more compared to today. <?php $difdias = (1/86400)*(strtotime($_SESSION['buscaReserva']['dataInicio'])-s...
asked by 01.07.2015 / 14:14
0
answers

Using Claims Replacing Sessions

I am refactoring an application that I am developing, applying good ASP.NET MVC practices to it, there is a difficulty in understanding the Claims and how to apply it to replace Session usage. When I log in to the application I save some informa...
asked by 16.09.2015 / 20:14
0
answers

How to force session with Android?

I am having difficulty developing a part of my application. Come on. First of all I need to click a button and access a certain link and then the application will return me a PDF. This already exists through the browser. The link is this f...
asked by 05.06.2015 / 15:59
0
answers

Javascript and components stop responding

I'm having some problems with session times (I assume that's the problem) in my application. My client says that sometimes the application does not work, namely Javascript's and components that are part of the application (DevExpress). When I...
asked by 13.02.2015 / 16:43
0
answers

Passing information between pages

What is the best way to pass information (data) between pages? Example: I have 4 (four) pages dadospessoais.php , endereco.php , habilitacoes.php and salvar.php . In the pages ( dadospessoais.php , ende...
asked by 20.11.2014 / 21:16
0
answers

How do I request a new login when the session expires?

In my online Apps I use quite a few websession variables. When the session expires for lack of use, the App becomes unusable because many parameters disappear. I want to launch a new login request msg, when the session expires. But how to ach...
asked by 20.08.2014 / 17:23
1
answer

Laravel 5.7 - Ajax call and Session :: get ()

There are days when I'm banging my head to read data from a Session through a ajax call . In an application without Framework I do this normally using PHPSESSION , but in Laravel 5.7 I can not do it at...
asked by 26.10.2018 / 15:05
1
answer

Assigning value to a session in asp via asp.net (aspx)

I would like to know if there is a way to assign a particular value to a Session that is in an ASP page through an ASP.NET page (aspx)? Both files are in the same solution. How do I do this? I've tried: <%= Session("pgm_retorno")...
asked by 20.01.2016 / 17:01
1
answer

Problem to refresh quantity shopping cart C #

When I refresh the quantity already in the shopping cart, I can only refresh the quantity of a product, if I have 2 products in the cart I can not refresh one of them. Imagine that the first product has 5 units and the 2nd product has 1 unit,...
asked by 09.07.2015 / 18:10