Questions tagged as 'session'

1
answer

How to Block navbar functions only for logged in users?

I would like to know how to block part of this navbar , with the session, only for users logged into the page NavBar: <header class="masthead"> <nav class="navbar navbar-expand-md navbar-light bg-light rounded mb-3...
asked by 08.12.2017 / 23:12
1
answer

How to remove a user from inactivity?

I would like to know how to remove a user when it becomes inactive on the page, for example in PHPMyAdmin, which removes the user after 24 minutes of inactivity? If the first part is very difficult to explain could they at least tell if this...
asked by 19.07.2017 / 16:31
1
answer

Session Variable does not work WordPress [duplicate]

I can not retrieve the session variable using the following code This is a file where requests are sent, I declare a session variable to use on another page that is called after the file is finished. <?php $parse_uri = explode( 'wp...
asked by 07.05.2017 / 05:34
0
answers

Keep sitting with AngularJs Authentication

I'm using this project to do authentication with AngularJS. I'm using AngularJS 1.6.4 with WildFly 10 with Java 8 and SQL Server 2014. I can login correctly, but when I refresh the page the session is not maintained. What am I doing wron...
asked by 27.05.2017 / 02:30
0
answers

Share Sessions with different domains on different servers

I have a problem. We own 3 sites site1.com site2.com and site3.com. Site one is our master site where we register users and where they log in. We use SESSION to perform the 'LOGIN'. Our problem is to log the same user on site2 and site3 as soon...
asked by 26.03.2017 / 18:12
0
answers

Too many sessions can stop a pool in IIS?

Excessive use of sessions can cause a pool to stop? Assuming it is a memory overflow, in this case, it results in exceptions also accounted for in the pool failure protection settings or in immediate stop, or recycling? Is there an IIS log...
asked by 04.04.2017 / 15:42
1
answer

Warning when trying session_start (); PHP [duplicate]

Does anyone know what this warning might be? Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at *caminho*) in *caminho* on line 2 Warning: session_start() [function.ses...
asked by 09.08.2014 / 00:27
0
answers

User logging into other accounts

Hello, I'm in the middle of this because I do not know what to do with this problem that's haunting me for days! Yesterday practically from nowhere (seriously, from nothing at all) started this problem, where the user logs into their user normal...
asked by 04.12.2016 / 22:11
1
answer

How to create a session on a PHP server to log in to a separate application (HTML + JS) using Ajax?

I am doing a hybrid app with Phonegap (using only HTML5, CSS and JS - jQuery and JQuery Mobile). For this, I have the application itself, which can not use PHP, and a server apart that takes care of things like login. There is also a database....
asked by 14.09.2016 / 15:20
1
answer

HttpContext.Current.Session - Null

For a project business rule, whenever an object of type ViewModelBase is instantiated, I need to perform some validations on the user profile to define which buttons the user will have access to in View that will be loaded. For this,...
asked by 08.08.2016 / 15:35