- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Magento2 Login Admin
Hi all, I have a problem here: after i install magento2, i can't log in to admin and magento shows me message "Your current session has been expired". How can i fix this ? Thank you a lot
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento2 Login Admin
I checked in private window and it still not working
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento2 Login Admin
You can run query from phpmyadmin,
UPDATE core_config_data SET value = 864000 WHERE path = 'admin/security/session_lifetime'
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento2 Login Admin
I tried that and still can't log in to admin
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento2 Login Admin
Please check your backend with,
"Stores > Configuration > Advance > Admin > Security" and change value of "Admin Account Sharing" to "Yes".
Other tricks are using phpmyadmin,
admin_user_session table in MySql Set created_at column to ‘0’ and updated_at column to ‘CURRENT_TIMESTAMP’
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento2 Login Admin
It looks like your account is using by multiple users , meaning using single account more than one people are able to logged in to your website.
So if you wanted to allowed this you need to do below settings from Magento 2 Admin panel.
Got to -> Stores > Configuration > Advance > Admin > Security" and change value of "Admin Account Sharing" to "Yes".
so it will allowed this, Second option should be change the password of your username.
it will resolved the issue !
Hope it helps
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento2 Login Admin
Yes, you need to update your Magento version. The reason behind it is that, If you are using an old version of Magento, then you won’t be able to install the new versions such as Magento 2.0. Unless, of course, you have installed the latest version. wordle
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento2 Login Admin
I think you should double check your login information is correct or not? You should get passwords saved from txt files so that the words in them are correct and without spaces. I had this error before on wordle game site and then I saved the password in a txt file and it didn't happen again.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
aboundingjack
SSYouTube.top is an Android application that allows users to download Youtube videos in high quality with no watermarks. It supports MP4 and WebM formats.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento2 Login Admin
Restarting the computer or waiting for a while may solve the problem JanitorAI you encountered with Magento2 login management.