• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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