WeSearch

Fixing the session timeouts

·3 min read · 0 reactions · 0 comments · 13 views
#phpmyadmin#authentication#sessiontimeout
Fixing the session timeouts
⚡ TL;DR · AI summary

The article discusses a session timeout issue encountered after migrating phpMyAdmin authentication from LDAP to Entra-based authentication. It outlines the steps to diagnose and resolve the session timeout problem, including checking specific configuration files and parameters. The author emphasizes the importance of proper planning and backup before making changes to production environments.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 328071) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Priyadarshini Chettiar Posted on May 26 Fixing the session timeouts #phpmyadmin #entra #oidc Hi, This is a short post about the issue that my team had faced since I missed something crucial. Context - I had migrated the phpmyadmin auth from ldap to entra based authentication, and the migration was successful and everything seemed to work as expected. A session timeout issue was later reported 3 days post this migration.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)