• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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