Questions tagged [session]
274 questions
3
votes
2 answers
postfix deliveries per connection
hope you can assist me in this case.
I am administrating an Postfix server which is used for newsletters. Recently one of the major recipient domains changed their policies to only accept one email per smtp session/connection. To adhere to their…

Steffen Nielsen
- 143
- 1
- 4
3
votes
1 answer
apache mod_proxy, page reload and sessions
I use the apache "mod_proxy" to forward all requests to the glassfish server. The relevant apache config is:
# proxy to glassfish app
ProxyRequests Off
ProxyPreserveHost On
Order deny,allow
Allow from all
…

stewert
- 61
- 1
- 7
3
votes
3 answers
Load balancing: Nginx, Varnish and HTTP sessions
I have to setup a load balancing system. At the moment I have two machines running Nginx 0.8.52, PHP-FPM (on unix socket) and an application based on PHP Symfony 1.4.11.
On a third machine, I have to choose a which balancer to install.
I've already…

Michele Pangrazzi
- 135
- 1
- 5
3
votes
1 answer
pam_unix generates a lot of open/close sessions for my domain user
I setup a new VPS with ubuntu 18.04, including virtualmin/usermin. In auth.log I see a lot of
su[12936]: Successful su for domain by root
su[12936]: + ??? root:domain
systemd-logind[148]: New session c315 of user domain .
su[12936]:…

Amos
- 257
- 3
- 4
- 10
2
votes
1 answer
What is a "session" on an iSeries / AS400?
I was asking another question here and they stated that I needed *REQUESTOR for the session I was running the command in. What is this session, and how do I find out what it is? I know about sessions in regards to webservers and such, but the…

leeand00
- 4,869
- 15
- 69
- 110
2
votes
1 answer
Session "NT Kernel Logger" failed to start
I have encountered an error on windows server 2012 recently.
Session "NT Kernel Logger" failed to start with the following error: 0xc0000022
More Details:
LogName: Microsoft-Windows-Kernel-EventTracing/Admin
Event ID: 2
Level: error
OpCode: start …

Arani
- 326
- 3
- 20
2
votes
2 answers
PHP session timeout
I'm having some troubles with the session timeout in a PHP application, I suspect the timeout is given by code but I prefer checking the infrastructure first. The application I'm running is pure PHP 5.6 on Apache behind a classic LB in AWS. Devs…

nikolaigauss
- 53
- 1
- 10
2
votes
2 answers
Delete locally cached roaming session on Windows 10
I'm desperately trying to delete an account on a Windows 10 workstation.
We have an employee who has left the company and we want to delete his account, but we can’t.
The account has been deleted from Active Directory (2012R2). So when the…

Antoine
- 43
- 1
- 1
- 7
2
votes
2 answers
PHP 7.2 Failed to read session data: memcache
I am moving some servers from Ubuntu 16 to Ubuntu 18 and I am having trouble getting php sessions and memcache working.
On the current (Ubuntu 16) setup, there are three servers sharing sessions using memcache (note: not memcached!).
I believe I…

Ben Holness
- 944
- 2
- 10
- 28
2
votes
2 answers
Open a non-console session when Windows boots
I know how to automaticaly open a console session when a Windows host boots (recommanded way is to use an encrypted password: https://docs.microsoft.com/en-us/sysinternals/downloads/autologon).
This is usefull when a server run an ill-written…

Gregory MOUSSAT
- 1,673
- 2
- 25
- 50
2
votes
4 answers
rm -rf cannot delete session files
1. list the files in session dir
$ /var/lib/php/sessions$ sudo ls -la
total 20
drwx-wx-wt 2 root root 12288 May 20 14:26 .
drwxr-xr-x 4 root root 4096 Feb 26 21:15 ..
-rw------- 1 www-data www-data 0 May 20 14:26…

Samuel Lui
- 23
- 1
- 3
2
votes
3 answers
Kill defunct xrdp session --- xrdp users cannot log on
user cannot connect to server over xrdp
tested using linux remoted desktop client, as well as windows remote desktop client
error messages is "error: problem connecting"
/var/log/sesman.log
shows this error
[20170419-22:06:02] [INFO ] scp thread…

xrdp
- 21
- 1
- 1
- 2
2
votes
1 answer
Nginx set session-cookie before upstreams are hit
We have a nginx-reverse-proxy/cache and multiple backend-servers.
My current problem with our setup is that if a user hits a cached site he / she does not get a session-cookie set, as the backend is not hit.
This is clearly the expected behavior.
In…

gries
- 173
- 7
2
votes
2 answers
Implement 'expire inactive session' feature in parse server?
The "Expire Inactive Session" feature is available in parse.com as per (http://blog.parse.com/announcements/announcing-new-enhanced-sessions/)
Apparently, it didn't make it into the open source parse server as per…

user357126
- 21
- 2
2
votes
3 answers
PHP session directory full?
I was hoping somebody could give me some advice please. I'm running a CentOS 6 server and over the last couple of days my disk usage has gone from 60GB to 135GB (98% full). I believe the issue may be to do with the PHP session directory…

kinggs
- 123
- 1
- 1
- 5