Questions tagged [session]

274 questions
3
votes
0 answers

RD Connection via RDGW to Session host is not connecting

I'm building a new RDS solution with a Gateway/Connection Broker and a pair of session host servers etc. This isn't the first time I've done this and I've not hit this issue before; I'm hoping its something stupid, but I'm scratching my head and…
3
votes
1 answer

RDS 2016 session limits

We have a single RDS (W2K16) which hosts all roles (Broker, Gateway, Session host). On the collection settings, we specified all session limits as "never". Still all users are logged off 6 hours after their session got disconnected (found this in…
3
votes
0 answers

Set "rdp-tcp#0 Administrator" permanently to Session 1

Steps to reproduce: - Login to a Windows 2008 R2 via RDP - Open a "Command Prompt" - Type: qwinsta - Get: SESSIONNAME USERNAME ID STATE TYPE DEVICE services 0 Disc …
Dirk Schiller
  • 131
  • 1
  • 4
3
votes
2 answers

php session.save.path that is not from my ini file

I have set up a custom php.ini for a dev site (the production site will eventually be on the same server) - it sets the session.save path to a directory specific to the site. You can see the result at https://dev.permaculture.org.nz/info1.php (will…
Richard Grevers
  • 167
  • 1
  • 12
3
votes
1 answer

Changing session.save_path in php.ini not working

Fedora 25 + PHP 7 + Apache 2.4.23 Hello, after I change session.save_path in php.ini and restart apache, I can successfully verify that it's modified with: $ php -i | grep session.save_path However, in the html/php pages themselves, the sessions are…
synkro
  • 223
  • 1
  • 2
  • 8
3
votes
1 answer

Tomcat session replication issue

TL;DR - The node name in the sessionId is not being updated to the current node name in the backup when the primary goes down. Tomcat version - apache-tomcat-7.0.50 I have two nodes (2 instances of my application in 2 seperate tomcats) set up, with…
bub
  • 151
  • 4
3
votes
1 answer

Ending Session when user disconnects from RDP Server Windows 2008

I'd like to start by saying that I am by no means a server administrator of any kind. Basically I know the most about computers so now I get to figure this out. Our company has a RDP server that 5 users connect to remotely. It is not a Domain…
That Guy
  • 31
  • 2
3
votes
1 answer

How does a running application behave when a remote desktop session "ends"?

I'd like to know how an application running in the user session is affected by the user's RDP session being disconnected, aborted, shutdown, or whatever actions could be invoked on a RDP session. Will the application still be running, or shutdown…
MicSim
  • 156
  • 1
  • 1
  • 7
3
votes
1 answer

OpenVPN force maximum session length

Server: OpenVPN 2.3.8 on Ubuntu 14.04 How do I force a session to disconnect after a set time? I want VPN sessions to last no longer than 24 hours. Currently, clients appear to be able to stay connected indefinitely. I've looked at the --inactive…
JDS
  • 2,598
  • 4
  • 30
  • 49
3
votes
2 answers

.htaccess Lost SESSION after header redirect using mod_rewrite [L, QSA] with started session

PHP version 5.4.41 Apache version 2.2.15 Linux version 2.6.32 CentOS 6.6 I have some code that won't redirect properly. There is a lot of code and configuration, so I'm going to try and keep it as simple as possible. My session is continuously…
Kevin Nabity
  • 73
  • 1
  • 7
3
votes
2 answers

HAProxy max session limit

I have an Amazon OpsWorks stack running HAProxy (balance = source) and several node.js instances running socket.io. It seems HAProxy determines the max session limit for a given instance based on the memory limits of that instance, which is fine,…
J Young
  • 131
  • 1
  • 5
3
votes
2 answers

Is it really possible to use PHP sessions for authentication with nginx fastcgi cache?

I have recently switched an opencart instance from Apache+mod_php to nginx+fastcgi+php-fpm. I have been trying to leverage caching for most pages through fastcgi-cache. Unfortunately, many users began reporting ghost orders or taking over others…
Bretticus
  • 175
  • 3
  • 11
3
votes
1 answer

Remotely determine how long a user has been idle

How do I determine how long it's been since a user with files opened on my server has been actively using their workstation in a Windows Active Directory environment (XP, 7, 8 clients and Server 2008, 2012)? Before rebooting the file server I check…
I say Reinstate Monica
  • 3,132
  • 7
  • 28
  • 52
3
votes
2 answers

Apache httpd mod_rewrite with Tomcat resulting in lost JSESSIONID

I'm working on a Java web application, for which I recently implemented an authentication module that relies on the JSESSIONID cookie to identify users. I was testing on a local tomcat from eclipse and everything worked fine... Until I deployed the…
sldk
  • 151
  • 1
  • 5
3
votes
1 answer

Run program on "Reconnect Session"

I just implemented BackInfo on our servers, deployed via GPO. Everything is working as intended while users and administrators log on and off. Problems arise when a user disconnects and reconnects an RDP session. I don't know if it's BackInfo that…
Simon L
  • 113
  • 5
1 2
3
18 19