How to Fix Session Expired Errors in WordPress Admin on cPanel
Posted about 4 months ago 4.4kSession Expired Causes
Common message: 'Your session has expired' when saving posts or logging in.
Cookie or Cache Problem
Aggressive caching or CDN purging cookies.
Clear All Caches
Browser cache, plugin cache, server cache, CDN cache.
Server-Side Solutions
Increase Session Timeout
Add to wp-config.php: define('AUTH_SALT', 'long random string') – regenerate salts.
LiteSpeed Specific
LiteSpeed Cache → Advanced → Do not cache cookies containing wp_ or wordpress_logged_in.
Solutions Table
| Cause | Solution |
|---|---|
| Cache clearing cookies | Exclude admin cookies |
| Low PHP session timeout | Increase session.gc_maxlifetime |
| Bad salts | Regenerate in wp-config |
| Browser issue | Try incognito |