Questions tagged [session]

269 questions
5
votes
1 answer

How to configure a Remoteapp server to increase stability

RemoteApp is Instable According to my experience, Remote Desktop connections (especially RemoteApp connections) suffer from several instablities, which manifest themselves especially when using RemoteApp all day long. There are several issues that…
5
votes
1 answer

Getting just the "active" remote desktop sessions

In windows I can get the remote desktop sessions on a particular server using: qwinsta /server:SERVER_NAME But this gives me sessions of all different states(e.g.: Active, Disc, ... ). Does any body know about a command or batchfile or script to…
hhsaffar
  • 153
  • 1
  • 3
4
votes
1 answer

Editing the Session Collection disk size in Server 2012 R2

I created a Remote Desktop Services Session Collection a few weeks ago using Windows Server 2012 R2 Standard. I am now realizing I overdid the Maximum Size in the user profile disks section, and want to pull this back. However, when editing the…
dthree
  • 347
  • 1
  • 8
  • 24
4
votes
4 answers

Windows 2008 R2 Not Printing From Scheduled Task

Problem Since the end of support is coming on July 14th for Windows servers 2003 we are moving all of our scheduled tasks to a Windows 2008 R2 server. We use a Microsoft(MS) Access 2003(mdb) database to handle various backend processes that…
4
votes
2 answers

Logoff Script on Remote Desktop Services

I have a Remote Desktop services running on Server 2012 R2. My timeout settings have been set to end a session 60 minute after disconnection. This is good for all the users except one: That user's session has to be ended as soon as he is…
4
votes
1 answer

Closing shared folder sessions remotely

Introduction: I have a script which copies some data from the local server (Server A) to another server (Server B) through an UNC path, the share in the Server B was created for an external hard disk which is changed every day, after the external…
4
votes
2 answers

Fixing "Could not chdir to home directory" on a homeless user

Basically I created a new sudoer without a home directory (adduser --no-create-home), but now, everytime I login with it I get prompted with a "Could not chdir to home directory: No such file or directory". Is there a file that dictates where the…
Luiz Berti
  • 155
  • 1
  • 2
  • 5
4
votes
4 answers

Websphere JSESSIONID cookie overwrite between two apps on the same domain (different ports / context roots)

Background I have two webshpere apps app1 on http://example.com:9080/app1 app2 on http://example.com:9081/app2 (installed on two separate profiles, and both the ports and context roots are different) Scenario When logging into app1, users get…
Eran Medan
  • 173
  • 1
  • 1
  • 8
4
votes
1 answer

Store session files in different directories in PHP

I have several sites hosted on the same server, in different directories (e.g: server.com/site_one, server.com/site_two) and I want to store the session files for each site in a different directory. How do I do that? Thanks!
Alex
  • 217
  • 3
  • 10
3
votes
0 answers

Cannot delete php/sessions folder

I could really use some help. I have a Ubuntu 14.04.6 account with DigitalOcean and am encountering some errors related to lack of space. When I ssh into the account and do a tab-completion at the command line, I get the error: bash: cannot create…
TSGM
  • 131
  • 2
3
votes
1 answer

"phpsessionclean" systemd service won't run on Ubuntu 18.04 (after update from Ubuntu 14.04)

After we updated all of our legacy Ubuntu 14 servers to Ubuntu 18, the PHP session files stopped getting cleaned up. I am not sure this is caused by the upgrade itself, but all of our other servers that were either created as Ubuntu 18, or upgraded…
Vojta Hejda
  • 41
  • 1
  • 3
3
votes
1 answer

How do you set the session key size in OpenSSH?

In version 1 of the SSH protocol, it was possible to set the ephemeral session key size with the ServerKeyBits setting in sshd_config. Is there a way to do this for version 2 of the ssh protocol? In the SSH protocol there are three encryption keys…
Kurt Fitzner
  • 280
  • 1
  • 9
3
votes
3 answers

What happens to DHCP sessions on client devices when the DHCP server breaks down and comes online after an interval?

Scenario: I use DHCP server to authenticate and provide specific services to my device. Everything is working well, my client device has a valid IP address 192.168.0.2 and a QoS service assigned by the DHCP server. My DHCP server breaks down,…
fortnite_v4
  • 31
  • 1
  • 2
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

nginx - ssl session resumption

I have installed nginx on multiple servers (our load balancers). When i check my SSL installation with https://www.ssllabs.com/ I get A+ results for each server but the first server has always Session resumption (caching) No (IDs assigned but not…
Janning
  • 1,191
  • 1
  • 19
  • 35
1
2
3
17 18