• 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.

plesk 9 keeps logging me out

B

brucekurz

Guest
I just updated to pelsk 9 on fedora core 4 and all went ok except in the control panel every few minutes and at other various times I get bumped out of the control panel and need to re-login. Anyone else have this and any possible fix.
 
wow not cool

any clients logging as well, couple of clicks and bumped out. need to re-login. i hope someone had the same issue in plesk 9 and can help me please.
 
lookes like psa restarts every minute

looks like psa restarts every minute. I am getting a email every minute from psamon. I can only think that is why i am getting bumped out.
 
If you have or had ASL installed, it's restarting the psa service like crazy. I had this problem, and I didn't even have ASL installed anymore before upgrading to Plesk 9.

My host in cooperation with Parallels removed the service, but I don't know the details. Hope this at least gives you something to look for.
 
You may also want to do a test php script, for a separate problem that I also had, but unrelated to the plesk login

make_session.php:
session_start();
$_SESSION['test'] = 'This is a test variable';
$_SESSION['another'] = 'Why not have more than one var..';
print_r ($_SESSION);

test_session.php:
session_start();
print_r ($_SESSION);

If test_session comes up with an empty array then you need to edit php.ini, look for the session.save directory value and change it to /tmp or something that works. Or try and fix the directory that it's already using.
 
Back
Top