Questions tagged [session]
274 questions
0
votes
0 answers
PHP 8 on IIS 2019: Sometimes Session can not be written
From time to time I get the classic "Failed to read session data" error on my application running on php 8, IIS 2019. This is usually associated with a) the directory does not exist b) the permissions are not set. I can rule out both cases.
Sessions…

habsi
- 1
0
votes
0 answers
Session Show Up On Screen
I've worked on this problem for 3 days, and that the wording "SESSION_START();" shows up on my screen when I run the page. It doesn't matter if it's HTML or PHP, I see the word session_start() in the left most part of my screen. So how do I stop…

timlab
- 1
- 3
0
votes
0 answers
How to run a Python script in interactive desktop session on Windows 10 remotely?
In other words: how do I run a GUI app on Windows 10 remotely?
Background: we build and test plugins for third-party CAD engineering software. In order to run tests of our plugins, we need to first activate the CAD software license and this can only…

henryalligator
- 11
- 1
0
votes
1 answer
Monitor session duration on AWS Cognito
I am using AWS Amplify to host an Angular application and using Cognito user pool. I have created a dashboard on Amazon Quicksight for BI purposes. One of the metrics that I want to monitor is how much time a user spend in the application. Obviously…

Fariman Kashani
- 137
- 11
0
votes
0 answers
Login to SSL VPN via SSO and then use SSO inside VPN for other Service Providers possible?
I have a setup where you authorize via SAML SSO (keycloak as idp) to access a SSL VPN (fortigate as sp). Now inside the VPN there are authorization reverse proxy servers.
Is it possible to have the same SSO automatically authorize users to the proxy…

cu 29p
- 1
0
votes
0 answers
Sessions lost on specific network only
NOTE: My apologies - I am not a server admin, but I have a problem that I believe may be server related, or combination of server and network related. I do not have too much technical information about the server or network, so I apologize if facts…

Kobus Myburgh
- 125
- 8
0
votes
1 answer
What role does session on the Authorization server play?
I was reading about Sessions in this article
https://auth0.com/docs/users/sessions
It says when a user logs in, two types of sessions are create
Two sessions are created:
The local session (storezero.io): Allows the application to know if a
user is…

MrRobot9
- 123
- 4
0
votes
0 answers
How to start a VNC viewer to display all previously saved VNC viewer desktops (that are now destroyed)?
Problem:
My current VNC viewer (let say VNC viewer 'A') resides on a machine (let say machine 'A') that need to be killed because our IT department need to rebuild the machine 'A'.
I have a lot of xterms, GVIM windows opened in this current VNC…

Min
- 1
- 2
0
votes
1 answer
Remote Desktop - Does leaving a session open slow down the server?
Like many other development teams, we don't do a good job of signing out after an RDP session. I am trying to convince the team that it's important to use the "Sign Out" feature to close the session. It's my understanding that "Disconnect" or…

Kellen Stuart
- 97
- 4
0
votes
1 answer
Clustering/Session Replication tomcat 9 two different machine
I'm trying to configure Session Replication on two tomcats on separate EC2 (AWS) instances. I can't find any example on internet of such configuration. I've prepared configuration in accordance with this documentation: cluster-howto
tomcat…

Kacper Cichecki
- 185
- 1
- 5
0
votes
0 answers
Nginx uniq session and clear cookie
Im using nginx to redirect my API code and apache guacamole.
i have an issue that i need to use multiuser connection but if im logged in to Auser and i try to connect to Buser ( same browser) it try to reconnect to Auser even if the URL is complitly…

Batchen Regev
- 131
- 1
- 7
-1
votes
1 answer
My PHP session variables are destroyed when form doesn't submit for 20+ mins
On our lab's laptop with Linux Mint we installed Apache server. It's sole purpose is to run our chemical script INDEX.PHP. Everything runs smoothly but there is one problem. If we don't submit from the script's form for 20 mins or more then the…

Rizp Lerner
- 3
- 1
-1
votes
1 answer
Empty LAMP Sessions
I have a LAMP server. Users log in and authenticate against the MySQL database. After successful authentication, session_start() is called. At no point is regenerate_session_id() called. I'm experiencing multiple empty PHP/apache sessions being…

mahbad
- 1
- 4
-1
votes
1 answer
How to protect php script, run by cron
I have php file that generates my sitemap.xml file according to DB.
I have a cron job that run this php script every month.
How can I protect the php file, so only cron can run it, or certified user?
(I guess I cannot add login script, and session…

Atara
- 99
- 1
-1
votes
2 answers
Server 2008 R2 - Script to kill idle sessions over
Looking for a script that can end idle session shares on a Server 2008 R2.
If sessions are left open for too long there are programs that fail to update due to files/folders being open.
I am looking to run a script that will close idle sessions…

andrew.wright
- 1
- 1
- 1