Model
AdminConfig
Magento\Backend\Model\Session\AdminConfig
What it does
This class configures session settings specifically for Magento 2's admin panel.
Developers use it to customize admin session behavior like cookie paths, session names, and security settings.
It automatically determines the correct admin URL path and ensures sessions are properly scoped to the backend area, preventing conflicts with frontend sessions.