Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Wie behebt man das Problem, dass WordPress sich immer wieder ausloggt (Anleitung für Anfänger)

Es gibt nur wenige Dinge, die frustrierender sind, als wenn WordPress Sie immer wieder aus dem Verwaltungsbereich abmeldet.

Dies ist ein häufiger Fehler in WordPress, der es fast unmöglich macht, an Ihrer Website zu arbeiten. Es ist auch eines unserer Lieblingsärgernisse in den letzten 16+ Jahren des Bloggens, also haben wir nach allen Möglichkeiten gesucht, um WordPress davon abzuhalten, Sie von Ihrer Website abzumelden.

In diesem Artikel zeigen wir Ihnen, wie Sie das WordPress-Problem beheben, das auch als WordPress-Session-Timeout-Problem bekannt ist.

How to fix WordPress keeps logging out problem (quick & easy)

Experten-Tipp: Haben Sie es satt, WordPress-Fehler selbst zu beheben? Dann ist es vielleicht an der Zeit, sich an die Profis zu wenden. Unsere Premium-WordPress-Supportdienste können alle Fehler auf Ihrer Website schnell beheben, einschließlich des WordPress-Session-Timeout-Problems. Außerdem ist unser Dienst rund um die Uhr verfügbar, wann immer Sie ihn brauchen.

Warum loggt sich WordPress immer wieder aus?

Es gibt einige Hauptgründe, warum WordPress Sie immer wieder ausloggt. In den meisten Fällen versuchen Sie, von einer URL auf Ihre Website zuzugreifen, die nicht mit der in Ihren WordPress-Einstellungen übereinstimmt.

Wenn Sie sich bei Ihrer WordPress-Website anmelden, wird ein Cookie in Ihrem Browser gesetzt, um die Anmeldesitzung zu authentifizieren. Das Cookie wird für die WordPress-URL gesetzt, die in Ihrem Einstellungsmenü gespeichert ist.

Wenn die Website-URL und die WordPress-URL nicht übereinstimmen, kann WordPress die Sitzung nicht authentifizieren, und Sie werden abgemeldet.

Dies kann auch zu dem Problem der zu vielen Weiterleitungen in WordPress führen.

In der Abbildung unten sind die „WordPress-Adresse“ und die „Website-Adresse“ unterschiedlich, so dass es zu einem Konflikt kommen wird.

Site address conflict example

In diesem Sinne wollen wir Ihnen zeigen, wie Sie das Problem, dass WordPress sich immer wieder ausloggt, ganz einfach lösen können.

Wie man WordPress Keeps Logging Out Problem zu beheben

Die einfachste Lösung für dieses Login-Problem besteht darin, sicherzustellen, dass Sie die gleiche URL in den Feldern „Site Address“ und „WordPress Address“ eingeben.

Navigieren Sie dazu in Ihrem WordPress-Administrationsbereich zu Einstellungen “ Allgemein.

Go to general settings and check URLs

Prüfen Sie dann, ob die URLs übereinstimmen. Sie müssen in beiden Feldern entweder eine „www“- oder eine „nicht-wwww“-URL angeben.

Technisch gesehen ist das „www“ selbst eine Subdomain. Das bedeutet, dass URLs mit „www“ und ohne „www“ eigentlich zwei verschiedene Domänennamen sind.

Glücklicherweise lässt sich das Problem durch Ändern und Aktualisieren der URLs auf dieselbe Adresse beheben. Klicken Sie dann einfach auf die Schaltfläche „Änderungen speichern“.

Behebung des Problems „WordPress meldet sich immer wieder ab“ durch Hinzufügen von Code zu WordPress

Wenn Sie keinen Zugriff auf Ihr WordPress-Dashboard haben, müssen Sie Ihre Datei wp-config.php manuell bearbeiten. Dies ist eine spezielle Datei, die wichtige WordPress-Einstellungen für Ihre Website enthält.

Dazu können Sie einen FTP-Client wie FileZilla oder die Dateimanager-App in Ihrem WordPress-Hosting-Kontrollpanel verwenden.

Weitere Einzelheiten zur Verwendung von FTP finden Sie in unserem Leitfaden für Einsteiger zum Hochladen von Dateien in WordPress mit FTP.

Suchen Sie dann die Datei wp-config.php im Stammverzeichnis Ihrer Website.

Edit wpconfig.php file

Sie können die Datei auf Ihren Desktop herunterladen und in Ihrem bevorzugten Texteditor, z. B. Notepad, öffnen.

Fügen Sie anschließend den folgenden Code über der Zeile „Das war’s, Schluss mit der Bearbeitung! Viel Spaß beim Veröffentlichen“:

define('WP_HOME','https://example.com');
define('WP_SITEURL','https://example.com');

Wenn Sie „www“ in der URL verwenden möchten, können Sie stattdessen den folgenden Code verwenden:

define('WP_HOME','https://www.example.com');
define('WP_SITEURL','https://www.example.com');

Ersetzen Sie die URL „example.com“ durch die URL Ihres eigenen WordPress-Blogs.

Dann müssen Sie die Datei speichern und zurück in Ihr Stammverzeichnis hochladen. WordPress sollte Sie nun nicht mehr ausloggen, wenn Sie sich bei Ihrer Website anmelden.

Wenn Sie immer noch das gleiche Problem mit der Abmeldung haben, dann lesen Sie unsere Anleitung, wie Sie das Problem mit der Aktualisierung und Weiterleitung der WordPress-Anmeldeseite beheben.

Häufig gestellte Fragen zum WordPress Logging Out

Hier finden Sie Antworten auf die häufigsten Fragen, die uns unsere Leser zum Abmelden von WordPress stellen.

Warum loggt mich WordPress immer wieder aus?

In den meisten Fällen loggt WordPress Sie aus, weil Sie versuchen, Ihre Website von einer URL aus zu erreichen, die nicht mit der in Ihren WordPress-Einstellungen angegebenen übereinstimmt.

Jedes Mal, wenn Sie sich bei Ihrer WordPress-Website anmelden, wird ein Cookie im Browser gespeichert, um die Anmeldesitzung zu authentifizieren. Das Cookie wird für die WordPress-URL in Ihrem Einstellungsmenü gespeichert.

Wenn die Website-URL und die WordPress-URL nicht übereinstimmen, kann WordPress die Sitzung nicht authentifizieren, und Sie werden abgemeldet.

Wie lange dauert es, bis WordPress Sie abmeldet?

Eine Standard-WordPress-Anmeldesitzung läuft nach 48 Stunden ab. Dann meldet WordPress Sie ab und Sie müssen sich erneut anmelden.

Sie können dies umgehen, indem Sie auf dem WordPress-Anmeldebildschirm das Kontrollkästchen neben „Remember Me“ aktivieren. Dann werden Sie 14 Tage lang nicht aufgefordert, sich erneut anzumelden.

Wir hoffen, dass dieser Artikel Ihnen geholfen hat zu lernen, wie Sie das Problem mit dem Ausloggen bei WordPress beheben können. Vielleicht interessieren Sie sich auch für unseren Leitfaden zum Erstellen einer kostenlosen geschäftlichen E-Mail-Adresse und unsere Expertenauswahl für die besten Domainnamen-Registrare.

Wenn Ihnen dieser Artikel gefallen hat, dann abonnieren Sie bitte unseren YouTube-Kanal für WordPress-Videotutorials. Sie können uns auch auf Twitter und Facebook finden.

Offenlegung: Unsere Inhalte werden von unseren Lesern unterstützt. Das bedeutet, dass wir möglicherweise eine Provision verdienen, wenn Sie auf einige unserer Links klicken. Mehr dazu erfahren Sie unter Wie WPBeginner finanziert wird , warum das wichtig ist und wie Sie uns unterstützen können. Hier finden Sie unseren redaktionellen Prozess .

Avatar

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

Das ultimative WordPress Toolkit

Erhalte KOSTENLOSEN Zugang zu unserem Toolkit - eine Sammlung von WordPress-bezogenen Produkten und Ressourcen, die jeder Profi haben sollte!

Reader Interactions

64 KommentareEine Antwort hinterlassen

  1. Syed Zaki-ul-Hassan

    After reading all these solutions and having applied but the problem was not resolved then I updated my WordPress Version problem solved.
    Thanks for Such great Knowledge.

    • WPBeginner Support

      Thanks for sharing what worked for you should someone else run into the same issue :)

      Admin

  2. Paresh Koli

    I was trying to access the website with www which was causing the issue of logout. Now Visiting the website without www works perfectly.

    • WPBeginner Support

      Glad our guide was able to help :)

      Admin

  3. Ibukun

    Hi, I have been getting this error whenever I try to logout of my website.

    ATTENTION: You need to provide |:| USERNAME: admin |:| PASSWORD: admin |:| to see the actual WordPress Admin Login-Area page. This has to prevent WordPress Bruteforce Attack on your Website. Thank You! — SYS. ADMIN….

    Do you know any fix or solutions?

  4. Goombah

    Thanks for this article. I was wondering if this could also be a theme issue, or is being logged out unrelated to that?

    • WPBeginner Support

      While unlikely, if there is an error with your current theme it could cause an issue.

      Admin

  5. Megan

    Both urls are the same, but don’t have www. Should I change that as this solution didn’t work for me. So frustrating when editing a post and then finding out nothing was saved!

    • WPBeginner Support

      With or without www shouldn’t matter, if our recommendation is not working we would recommend checking with your hosting provider to see if they see any issues on their end.

      Admin

      • Megan

        Thanks, I have contacted her, but haven’t had any response yet. She may not be operating anymore.
        It seems to be working again now, I updated some of the plugins.

  6. Andres

    My solution was deactivating the Better Search Replace plugin.

    • WPBeginner Support

      Thanks for sharing what worked for you, not every site will have the exact same plugin cause this issue :)

      Admin

  7. Esther

    This broke my website, and now I can’t log back in.

  8. Håkon Berntsen

    Worked like a charm. Interesting article that pointed out an error that I would never thought about myself. The settings was correct, but re-save it forced it to work again.

    • WPBeginner Support

      Glad our recommendation was able to help :)

      Admin

  9. Lu

    I keep getting disconnected and my URLs match. Any other solutions?
    Thanks

    • WPBeginner Support

      You may want to check with your host to see if there are any errors on the hosting end that could be part of the issue

      Admin

  10. Laura Ingalls Gunn

    Hello
    My settings match and I’m still having the issue.
    I’ve also tried

    -different browsers
    -clearing cookies
    -clearing cache
    -deactivating each plugin one by one

    Any other solutions would be helpful. Thank you.

    • WPBeginner Support

      Have you deactivated all of the plugins rather than one at a time and swapped themes to ensure it isn’t a conflict through one of those?

      Admin

  11. Tom Little

    I try and follow these instructions but I do not seem to get the same Screen when I visit General Settings as the one shown here (I do not see the dialogue boxes that show Site URLs).

    I am not sure if they are somewhere else but it seem to me these instructions are either outdated or I have to go another route. Any suggestions would be greatly appreciated.

  12. Ralf

    How about multisite? There’s no such place to enter the URL. And then, after logging in many times, the login will eventually „stick“, without changing anything …

    • WPBeginner Support

      You would want to try the wp-config method and that should still work for multisite

      Admin

  13. Bassey Bassey

    It worked for me….Thanks for the post.

    • WPBeginner Support

      Glad it was helpful :)

      Admin

  14. Lisa

    This did not fix my issue. Are there any other solutions?

  15. Tally Briggs

    I cannot even get to that settings page. I’m using safari and have only started having the problem with a site I comment on regularly, and have had no problems with for almost a decade.

    • Jim

      I would try another browser to see if it’s a browser issue.

  16. Amol karde

    hi…thanks for sharing this informative article
    but i am finding issue in my website when i entered into dashboard i saw network admin and my website name as given when i go into network admin it will logout automatically. Please give me some solution or what i can do for logging into admin network.

    Thanking You…!!!

  17. Seaira (really)

    Hi: I was using hostgator hosting for about 8 years with many websites. I had no problems installing wp and uploading paid templates in .zip from my computer.
    I switched to godaddy hosting and commenced to creating wp-real-estate 7 pro from theme forest. But after trying multiple times to upload the template, I had to give up. First tried uploading direct into the wp installation. Then tried direct into my file manager in CP. it would take about 20 minutes each time and then say : „are you sure you want to do this…and a box saying try again.
    site and url are both . I always used just in the past. Being they are the same, I never thought to change them to should I? Also I was signing in at:. I paid someone to help me and they tried signing in at:
    and said failed. So I had to change the passcode to get in that url. He has not done anything since and wonder if I should cancel the order and try again after I know why the .zip file won’t load. Maybe you can enlighten me.

  18. Marco

    I had the same problem, caused by the Chrome extension Wordpress Site Manager. When I turned it off the problem disappear.

  19. Ariful Haque

    My site has https in front-end and in the admin panel its only http. Both has www in it. But the site keep logging out. Can this http protocol be a cause?

  20. Dimitrios Charalampidis

    I had to change http:// to https:// since I am using an SSL certificate and that solved the issue. The article showed me the correct path… Thanks.

  21. Elena

    It worked for me and I learned something new :). Thanks a lot.

  22. Mukhtar Jafari

    It did not work for me.
    The URLs are the same and again it gives me the same error.
    Any suggestion plz?

    • PenX

      I have same problem, did u find any solution???

  23. Travis S

    My settings match and I’m still having the issue. It is horribly frustrating, it happens a couple of times a minute.
    I’ve tried
    -changing both settings to www
    -different browsers
    -clearing cookies
    -clearing cache
    -changing themes
    -now working through plugins one by one. The issue goes away if I disable all plugins.

  24. Travis S

    My settings match and I’m still having the issue. It is horribly frustrating, it happens a couple of times a minute.

  25. Jonny boy

    worked a treat thank you very much!

  26. Kevin Green

    Similar to Julie G above I have my wordpress installation in its own directory (to avoid conflict with an existing site in root) as described here

    therefore

    my wordpress address is
    my site address is

    The logging out problem is particularly annoying with the Appearance/Themes/Live Preview option which essentially will not work due to continued timeout/logout

    Has anyone solved this for this kind of situation?

    • Kevin Green

      I just noticed the site name which I had in “ has gotten lost in translation, it should read:-

      my wordpress address is
      my site address is

    • WPBeginner Support

      Visit the Settings page and make sure that your WordPress Address and Site Address fields are correct.

      Admin

      • Kevin Green

        I don’t know what happened with my attempts to quote example urls and the information on how to have wordpress run from a sub-directory but essentially my wordpress installation is in a sub-directory called wordpress & so my urls have to be:

        WordPress Address URL http://wordpress.example.com

        Site Address URL http://example.com

        Is there a fix that solves this situation short of re-installing wordpress in root

  27. Paul Thom

    Thank you, worked a treat..

  28. Kaushal pal

    Wow….. that’s great……… thank’s…..

  29. Sheila

    Hi,

    I have the same URL in my Site Address and WordPress Address fields in the WordPress settings. Have never changed these settings.

    So what would be causing my issue?

    Thanks

  30. Prabhu

    Hey thanks a lot. Your solution fixed my website logout issue.

  31. Gerardo

    Just one word: THANKS!!!!

    i have setting URL without www and all working fine.

    i Have a subdomain www, do u think it better setting both url with WWW or without?

    Thank u very much

  32. Jamie

    I keep having this problem but it’s with HTTPs…. Anyone experienced that?

    I have my URL set in the config file. Maybe I should unset it…

  33. Kris

    Spent 3 days trying to fix this, then found your article & it worked, thanks!!!

  34. Vienna

    I keep being asked to log in on my blog. I checked Settings/General in my admin and do not see W/P address or Site Address.
    What am I missing ?
    I use my iPad for my blog and checked that cookies are enabled in the iPad Safari.
    Is there anything else I should do?
    This is a recent problem and I don’t know why it has happened.

  35. Tommy

    I swear every time I have a problem with WP, you guys solve it. WP should just redirect here :)

    Thanks as always and keep up the great work.

  36. ray

    great topic.. fixed my problem. I cloned the my site to a other server. On the VPS the admin is available on example.com:8080/wp-admin. I changed it and now the admin works like a charm!

    Thnks again

  37. Louise Krohn

    Thanks for this web site. I am a brand new user of WordPress, so I appreciate having access to your tutorials. I have been working on this web site for a couple of weeks, and until a couple of days ago, I had not seen the „Your session has expired“ comment. Both the site address and the WordPress address are the same (and have been since the beginning). So, what else could be causing this problem?

  38. Trixee

    Is there a variable in a config file I can update? The above solution doesn’t apply to me.

  39. John Thom

    This solution applies to WordPress without MultiSite? When activating MultiSite WordPress gives the following message:

    Server Address:
    We recommend you change your siteurl to mydomain.org.uk before enabling the network feature. It will still be possible to visit your site using the www prefix with an address like http://www.mydomain.org.uk but any links will not have the www prefix.

    The effect of using www. in WPMS is that accessing http://mydomain.com/sample-page/ redirects users to the hompage, rather than WordPress self-correcting and redirecting to http://www. … … .

Eine Antwort hinterlassen

Danke, dass du einen Kommentar hinterlassen möchtest. Bitte beachte, dass alle Kommentare nach unseren kommentarpolitik moderiert werden und deine E-Mail-Adresse NICHT veröffentlicht wird. Bitte verwende KEINE Schlüsselwörter im Namensfeld. Lass uns ein persönliches und sinnvolles Gespräch führen.