Magento 2 Header Sign In Sign Out Issue on Home PageMagento login not working properly with FPCMagento 2 Account Sharing issueRedirect to login page after registration in Magento 2Magento 2: Force Sign-In not workingHow AuthorizationLink Block is not cached in Magento 2How to Get Top Menu in Header as dropdown in Magento 2Magento 2 Header Sign In Sign Out Issue on CMS pagesMagento 2.2.2 - Display Customer Account header dropdown and remove Sign Out link post loginMagento 2: loginById does not update the header welcome messageOverriding Default.xml removes Sign In link from header - Magento 2.2.3

How can I deal with someone that wants to kill something that isn't supposed to be killed?

How do I run a game when my PCs have different approaches to combat?

401k investment after being fired. Do I own it?

Is it possible to eat quietly in Minecraft?

What would be the side effects on the life of a person becoming indestructible?

How may I shorten this shell script?

Is it okay to paraphrase other authors' literature reviews?

Found more old paper shares from broken up companies

What is the purpose of this "red room" in "Stranger Things"?

Impact of throwing away fruit waste on a peak > 3200 m above a glacier

Are gangsters hired to attack people at a train station classified as a terrorist attack?

Raw curve25519 public key points

My current job follows "worst practices". How can I talk about my experience in an interview without giving off red flags?

Who has jurisdiction for a crime committed in an embassy?

Film where a boy turns into a princess

Is the apartment I want to rent a scam?

I have a domain, static IP address and many devices I'd like to access outside my house. How do I route them?

Using paddles to support a bug net

Using "Kollege" as "university friend"?

Can GPL and BSD licensed applications be used for government work?

Why is chess failing to attract big name sponsors?

ExactlyOne extension method

Why are angular mometum and angular velocity not necessarily parallel, but linear momentum and linear velocity are always parallel?

Sextortion with actual password not found in leaks



Magento 2 Header Sign In Sign Out Issue on Home Page


Magento login not working properly with FPCMagento 2 Account Sharing issueRedirect to login page after registration in Magento 2Magento 2: Force Sign-In not workingHow AuthorizationLink Block is not cached in Magento 2How to Get Top Menu in Header as dropdown in Magento 2Magento 2 Header Sign In Sign Out Issue on CMS pagesMagento 2.2.2 - Display Customer Account header dropdown and remove Sign Out link post loginMagento 2: loginById does not update the header welcome messageOverriding Default.xml removes Sign In link from header - Magento 2.2.3






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I'm facing an issue on Magento 2.2 . The details are as under



1.Go to home page



2.Click 'Sign In' from header



3.Enter login credentials to enter customer account



4.Click website logo to go back to home page



5.Notice that on the home page the header is still showing 'Sign In' instead of showing the customer is logged in and a 'Sign Out' link.



can anybody help me out










share|improve this question






























    1















    I'm facing an issue on Magento 2.2 . The details are as under



    1.Go to home page



    2.Click 'Sign In' from header



    3.Enter login credentials to enter customer account



    4.Click website logo to go back to home page



    5.Notice that on the home page the header is still showing 'Sign In' instead of showing the customer is logged in and a 'Sign Out' link.



    can anybody help me out










    share|improve this question


























      1












      1








      1








      I'm facing an issue on Magento 2.2 . The details are as under



      1.Go to home page



      2.Click 'Sign In' from header



      3.Enter login credentials to enter customer account



      4.Click website logo to go back to home page



      5.Notice that on the home page the header is still showing 'Sign In' instead of showing the customer is logged in and a 'Sign Out' link.



      can anybody help me out










      share|improve this question
















      I'm facing an issue on Magento 2.2 . The details are as under



      1.Go to home page



      2.Click 'Sign In' from header



      3.Enter login credentials to enter customer account



      4.Click website logo to go back to home page



      5.Notice that on the home page the header is still showing 'Sign In' instead of showing the customer is logged in and a 'Sign Out' link.



      can anybody help me out







      magento2 cache full-page-cache block-cache






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 20 '18 at 9:20









      rock john

      315 bronze badges




      315 bronze badges










      asked Nov 15 '18 at 15:03









      AqibAqib

      91 bronze badge




      91 bronze badge




















          3 Answers
          3






          active

          oldest

          votes


















          1














          I was facing the same issue as you are. It was a conflict with varnish cache.



          But after I removed var and pub/static directory except .htaccess file my issue
          was solved.



          As per my suggestion you can try to remove var and pub/static except .htaccess file.



          Magento root directory run below commands:



          • rm -rf var/* pub/static/*

          • php bin/magento setup:upgrade

          • php bin/magento setup:static-content:deploy

          • php bin/magento cache:flush

          Let me know if any issue.



          Hope it help!






          share|improve this answer
































            0














            Try to check your browser console log. Magento reloads this information with Javascripts. Console can show some hints for fixing this issue. Also this issue can be related to updating customer section data.






            share|improve this answer






























              0














              It is only the caching issue, flush cache Storage, flush Javascript cache, flush Magento cache and Refresh All type of cache from admin.Then remove browser cache and check. It works.






              share|improve this answer

























                Your Answer








                StackExchange.ready(function()
                var channelOptions =
                tags: "".split(" "),
                id: "479"
                ;
                initTagRenderer("".split(" "), "".split(" "), channelOptions);

                StackExchange.using("externalEditor", function()
                // Have to fire editor after snippets, if snippets enabled
                if (StackExchange.settings.snippets.snippetsEnabled)
                StackExchange.using("snippets", function()
                createEditor();
                );

                else
                createEditor();

                );

                function createEditor()
                StackExchange.prepareEditor(
                heartbeatType: 'answer',
                autoActivateHeartbeat: false,
                convertImagesToLinks: false,
                noModals: true,
                showLowRepImageUploadWarning: true,
                reputationToPostImages: null,
                bindNavPrevention: true,
                postfix: "",
                imageUploader:
                brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                allowUrls: true
                ,
                onDemand: true,
                discardSelector: ".discard-answer"
                ,immediatelyShowMarkdownHelp:true
                );



                );













                draft saved

                draft discarded


















                StackExchange.ready(
                function ()
                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f250200%2fmagento-2-header-sign-in-sign-out-issue-on-home-page%23new-answer', 'question_page');

                );

                Post as a guest















                Required, but never shown

























                3 Answers
                3






                active

                oldest

                votes








                3 Answers
                3






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                1














                I was facing the same issue as you are. It was a conflict with varnish cache.



                But after I removed var and pub/static directory except .htaccess file my issue
                was solved.



                As per my suggestion you can try to remove var and pub/static except .htaccess file.



                Magento root directory run below commands:



                • rm -rf var/* pub/static/*

                • php bin/magento setup:upgrade

                • php bin/magento setup:static-content:deploy

                • php bin/magento cache:flush

                Let me know if any issue.



                Hope it help!






                share|improve this answer





























                  1














                  I was facing the same issue as you are. It was a conflict with varnish cache.



                  But after I removed var and pub/static directory except .htaccess file my issue
                  was solved.



                  As per my suggestion you can try to remove var and pub/static except .htaccess file.



                  Magento root directory run below commands:



                  • rm -rf var/* pub/static/*

                  • php bin/magento setup:upgrade

                  • php bin/magento setup:static-content:deploy

                  • php bin/magento cache:flush

                  Let me know if any issue.



                  Hope it help!






                  share|improve this answer



























                    1












                    1








                    1







                    I was facing the same issue as you are. It was a conflict with varnish cache.



                    But after I removed var and pub/static directory except .htaccess file my issue
                    was solved.



                    As per my suggestion you can try to remove var and pub/static except .htaccess file.



                    Magento root directory run below commands:



                    • rm -rf var/* pub/static/*

                    • php bin/magento setup:upgrade

                    • php bin/magento setup:static-content:deploy

                    • php bin/magento cache:flush

                    Let me know if any issue.



                    Hope it help!






                    share|improve this answer















                    I was facing the same issue as you are. It was a conflict with varnish cache.



                    But after I removed var and pub/static directory except .htaccess file my issue
                    was solved.



                    As per my suggestion you can try to remove var and pub/static except .htaccess file.



                    Magento root directory run below commands:



                    • rm -rf var/* pub/static/*

                    • php bin/magento setup:upgrade

                    • php bin/magento setup:static-content:deploy

                    • php bin/magento cache:flush

                    Let me know if any issue.



                    Hope it help!







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Nov 20 '18 at 10:25









                    Greg

                    1,7171 gold badge11 silver badges39 bronze badges




                    1,7171 gold badge11 silver badges39 bronze badges










                    answered Nov 20 '18 at 10:13









                    Kirti NariyaKirti Nariya

                    1,7545 silver badges19 bronze badges




                    1,7545 silver badges19 bronze badges























                        0














                        Try to check your browser console log. Magento reloads this information with Javascripts. Console can show some hints for fixing this issue. Also this issue can be related to updating customer section data.






                        share|improve this answer



























                          0














                          Try to check your browser console log. Magento reloads this information with Javascripts. Console can show some hints for fixing this issue. Also this issue can be related to updating customer section data.






                          share|improve this answer

























                            0












                            0








                            0







                            Try to check your browser console log. Magento reloads this information with Javascripts. Console can show some hints for fixing this issue. Also this issue can be related to updating customer section data.






                            share|improve this answer













                            Try to check your browser console log. Magento reloads this information with Javascripts. Console can show some hints for fixing this issue. Also this issue can be related to updating customer section data.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Nov 15 '18 at 15:28









                            AmastyAmasty

                            6,1121 gold badge14 silver badges54 bronze badges




                            6,1121 gold badge14 silver badges54 bronze badges





















                                0














                                It is only the caching issue, flush cache Storage, flush Javascript cache, flush Magento cache and Refresh All type of cache from admin.Then remove browser cache and check. It works.






                                share|improve this answer



























                                  0














                                  It is only the caching issue, flush cache Storage, flush Javascript cache, flush Magento cache and Refresh All type of cache from admin.Then remove browser cache and check. It works.






                                  share|improve this answer

























                                    0












                                    0








                                    0







                                    It is only the caching issue, flush cache Storage, flush Javascript cache, flush Magento cache and Refresh All type of cache from admin.Then remove browser cache and check. It works.






                                    share|improve this answer













                                    It is only the caching issue, flush cache Storage, flush Javascript cache, flush Magento cache and Refresh All type of cache from admin.Then remove browser cache and check. It works.







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered Jul 15 at 10:12









                                    twinkle_systematixtwinkle_systematix

                                    997 bronze badges




                                    997 bronze badges



























                                        draft saved

                                        draft discarded
















































                                        Thanks for contributing an answer to Magento Stack Exchange!


                                        • Please be sure to answer the question. Provide details and share your research!

                                        But avoid


                                        • Asking for help, clarification, or responding to other answers.

                                        • Making statements based on opinion; back them up with references or personal experience.

                                        To learn more, see our tips on writing great answers.




                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function ()
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f250200%2fmagento-2-header-sign-in-sign-out-issue-on-home-page%23new-answer', 'question_page');

                                        );

                                        Post as a guest















                                        Required, but never shown





















































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown

































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown







                                        Popular posts from this blog

                                        Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                                        Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                                        Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form