Questions tagged as 'sesiones'

1
answer

How to set a variable without php sessions?

I am doing a social network login using laravel Socialite, however I need to save a variable that is the origin of the page where you are registering. According to the documentation, I have the following methods in my controller. public fun...
asked by 25.10.2018 / 04:27
1
answer

Sessions with Xamarin Secure Storage Plugin

Hello friends, I am developing an app that consumes a web service, my question is regarding the sessions in Xamarin , I would like to know someone could guide me on how to handle this topic, How to generate and maintain sessions in xam ?, my we...
asked by 12.02.2018 / 21:49
1
answer

I always keep the session in php

hi migos I have a login system which when it should expire because I pass it to another page that does not have session start does not expire. that is, it always keeps me full session variables and it is not what I want I leave the code. When I...
asked by 13.06.2018 / 13:00
2
answers

Visitor / user permissions

Generate the following comparison : <?php if($_SESSION['id_nivel'] == 1 || 2){ ?> <div class="col-md-6"> <select name="cantidad" class="form-control"> <option class="form-control...
asked by 01.02.2018 / 15:58
1
answer

PHP Hide Menu By Role MySQL

I have a session that is based on the IdRol of a database, depending on the Role it shows the menu, but it only lets me put 1 Role per Menu and it does not leave me for 2. (I do not want to use a nested if I have 8 user types and would make a hu...
asked by 20.06.2017 / 15:41
1
answer

Doubt with PHP sessions

I'm trying to do sessions with PHP and apparently I'm not creating the session I've tried everything and I still do not know what it is, could someone help me? <?php session_start(); include 'login.php'; if (isset($_SESSION['correo'])) {...
asked by 07.04.2017 / 05:13
2
answers

Consulta about protecting apis and sessions in nodejs

My query is the following, I want to manage user sessions, that is to say an account, have c / u their own things, besides I want to protect my apis, finding out a little, I have seen that I can use jwt in nodejs along with sails for manage the...
asked by 23.09.2016 / 13:58
0
answers

How to make a successful login session?

At first I tried to bring the data that was entered during the registration to a new activity, but change your mind, I just want that in case of having a successful session start, when I hit the "enter" button, send me to another activity I'm co...
asked by 30.12.2018 / 03:40
0
answers

Why can not I start?

I'm trying to make a login, using a BD but when I tap the button, the app does not do anything, I hope you can help me thanks. Error: 2018-12-30 01:17:44.741 12905-8164/? W/fb4a.1ix: GraphQL Subscription over MQTT got unexpected payload on...
asked by 30.12.2018 / 08:22
0
answers

How to recover sessions from Laravel 5.7 users?

Hi, I'm doing an application where users can only have one session open, no matter what device they are on. Example: a user logs into a web browser. After 1 minute he decides to change to his cell phone. In this case, the web browser sessi...
asked by 27.12.2018 / 19:51