Questions tagged as 'session'

0
answers

Refresh all open tabs in the brownser of an aspnet mcv c #

Hello. I'm developing an application and wanted it when a user logged in or logged in to update all the tabs that the application has open in the browser. Example: User John is logged on to tab 1. User Maria duplicates the tab and LogOf...
asked by 28.04.2016 / 20:33
1
answer

accessing a page via https loses session variables?

Good afternoon. I have an application running on the internet and I would like some pages to be run by https and not http. I'm testing like this: I enter the application on an http page. This http page calls an https page. When I enter this page...
asked by 21.03.2016 / 18:53
1
answer

Manage session as array

I want to know if there is any way I can save two values in the same session variable as if it were an array, since I want to save both the input text value and the wysiwyg element by clicking the "save chapter" button in the image. , I tried to...
asked by 21.02.2016 / 03:49
0
answers

check if you are logged in to a specific session

Good afternoon, everyone. I'm having a problem and I can not imagine a better place to solve this than here: I have a site that both admin logins with access to common roles and members will access. The question is how do I separate to just s...
asked by 16.11.2015 / 18:41
1
answer

Running the script after clicking a link

I'm learning PHP and my challenge is to make a Shopping Cart using SESSION. In my logic, I am trying to run a array_push , after clicking the "insert product in cart" link, from the product page and thus "fill" the array created...
asked by 21.10.2015 / 18:22
1
answer

How to block the login on 2 devices?

I'm developing an application in PHP where the user can stay logged in even after logging off using cookies. However, the user can not stay connected on 2 devices simultaneously. Being more specific, what I would like to know is: How do I mak...
asked by 03.10.2015 / 20:35
1
answer

CodeIgniter session expires fast

I made a control panel for a client and in that panel my client can edit the products of the site. After the client Edit a product and click Save , when the client will try to edit more fields the system redirects to the login page, ie, the s...
asked by 23.10.2015 / 19:08
1
answer

Does an http request on a JSP page open a session?

I have a web application that contains some JSP pages that return a JSON. This application has a large stream of access, and I noticed that there are many open sessions in the monitoring area of the GlassFish server. See a piece of code th...
asked by 10.09.2015 / 00:50
1
answer

Service to manage PHP sessions (Symfony2)

I need to create a Service in PHP to manage the sessions of an application, does anyone have a practical example for this? PS: I'm a beginner! :)     
asked by 16.07.2015 / 22:53
1
answer

Send session to email

I need to send a "cart" via email and am using session . Basically I only need products to be sent to an email (gmail). Thisistheshippingcode.Pleasehelpanewbie!<?phpinclude("cabecalho.php"); ?> <?php include("menu.php"); ?>...
asked by 17.10.2015 / 05:04