• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Session timeot

G

GlobalS

Guest
My session timeout expires before 30min (that is set on IIS and plesk).
I have sopping basket on some pages, if user leave a site for a minite he will lost products in shopping basket.
We did some updates on plesk so probably this caused problem becouse it was woking fine.

Thank you
 
Hello,

Solution of this problem depends on what scriptin engine you use (php, ASP, ASP.NET...).
 
For php you need to find the c:\Windows\php.ini file and change the following parameter:

Lifetime in seconds of cookie or, if 0, until browser is restarted.
session.cookie_lifetime = 0
 
For ASP you need ASP component installed and allowed.
Add/remove software -Windows components-Application server

John S.G.
 
I solve it
Define Application pool for domain that need session variables

Application pool - Properties
A)Recycling
check only Recycling worker processes 1740
B)Performance
Shotdown worker processes ... 20
Limit the Kernel ...4000
 
Back
Top