-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with login sesion #4842
Comments
This should be fixed in latest 2.0 version, have you tried updating your code base? |
I have a similar problem in Enterprise 2.1, and am wondering if it's related. @Deepthi57 is this issue still present for you after update? |
@tommypyatt |
Internal ticket created MAGETWO-59135. Thanks for reporting |
Bug fixes: - MAGETWO-59135 [Github] Customer session is shared for different customers on two websites #4842 #6468 - MAGETWO-67623 [M2EE 2.0.10] - Customer Segment - Multiple Select Attribute: MySQL Query Issue - MAGETWO-47607 [Github] Sitemap generation in wrong folder when vhost is connected to pub folder - MAGETWO-63159 Content staging value for fields are not saved in database - MAGETWO-62975 [FT] Functional test Magento\Customer\Test\TestCase\RegisterCustomerFrontendEntityTest is failed - MAGETWO-56156 [GITHUB] Using API cannot create Tax Rate with a zero rate #4873
The issue has been fixed for 2.2. Soon it will be ported to previous releases |
Hi @slavvka, |
/to @slavvka : |
[honey] MC-18403: Pricing :: Product pricing schema
Note: Version 2.0.7 EE
Steps to reproduce
1.Login into magento frontend
Expected result
1.Customer name displayed after login
Actual result
1.Default welcome msg is being displayed.
Pre-condition:
Have multiple websites ex. main website and website 1
2.Login into main website
3.Login into website 1
4.Add a product in main website to cart
5.Go to website 1
Expected:
2.Main website displays customer name as main site
3.website 1 displays customer name as website 1
4.Product gets added to main site
5.Cart must be empty in website 1
Actual:
3.After log into website 1, main website displays website 1 as customer name
4.Product gets added in main site
5.Same notification displayed in website 1
Clicking on view cart in website 1 then displays empty cart message
6.Login into magento forntend and add item to cart
7.Go to checkout
Expected:
Flow must continue to checkout
Actual:
Page logs out immediately
NOTE: Lots of inconsistencies in session behavior so kindly do not close the issue as not reproducible
Screenshots attached for clarity
The text was updated successfully, but these errors were encountered: