• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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