Questions tagged [session]

269 questions
3
votes
0 answers

ngnix php curl old SSL session ID is stale, removing

I am making a php curl request from nginx server to apache server It shows old SSL session ID is stale, removing As per the link I have changed the SSLSessionCacheTimeout in bitnami apache server but still the error occurs. I have changed…
DroidDev
  • 131
  • 3
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
  • 237
  • 1
  • 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,807
  • 13
  • 64
  • 106
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

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
  • 914
  • 2
  • 10
  • 28
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
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
  • 1
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
2
votes
1 answer

Really destroy all PHP sessions on server

I have a PHP web application running on a Linux server. It is accessed via a browser. It uses PHP sessions to store the user's login state and userid. I need to log out all users. I have root access, and am attempting to destroy all the PHP sessions…
Hippyjim
  • 191
  • 2
  • 6
  • 19
2
votes
1 answer

Limit redis connections when using PhpRedis as session store

We are using PhpRedis as a session handler for PHP sessions. Other than that, we are running a standard Apache/PHP configuration. Since we are using an external Redis-as-a-service provider, we would like to keep the number of connections low as they…
DannyB
  • 143
  • 7
2
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
  • 121
  • 1
  • 5
2
votes
1 answer

Varnish not caching website which have session

I tried curl -I domainname and here is the response. HTTP/1.1 200 OK Date: Tue, 21 Apr 2015 14:49:09 GMT Server: Apache/2.2.15 (CentOS) X-Powered-By: PHP/5.3.3 Set-Cookie: PHPSESSID=kpgqqefkge38jlqc608hq12046; path=/ Expires: Thu, 19 Nov 1981…
2
votes
1 answer

Why does my Classic ASP website keep losing it's session?

Good Morning, We have recently moved from a server to a VPS with an external supplier, both computers are running Windows Server 2008 R2 Standard. However since I moved it to the new server when you attempt to checkout and login it loses the…
Shaun S
  • 133
  • 1
  • 5
2
votes
1 answer

subdomain doesn't recognize PHP sessions

I have a website with a user database and a login form. This system has worked 100% flawlessly. I have a main site with the name= www.example.com and a subdomain called accounts.example.com. When a user logs in, he or she logs in on the main site,…
Ryan
  • 23
  • 1
  • 5