php - Refresh page after login with litespeed cache

I am using the litespeed cache plugin and ajax login plugin. The page does not refresh after users log in. it actually s

I am using the litespeed cache plugin and ajax login plugin. The page does not refresh after users log in. it actually seems to be refreshing, but no. I can not.

    // $form.data("action") for get
                $(document).triggerHandler('lrm/ajax_response', [response, $form, $form.data("action")]);

                // If user Logged in After Login or Registration
                // If Email Verify after Registration enabled - we skip this
                if (response.success && response.data.logged_in) {
                    LRM.is_user_logged_in = true;
                    $(document).triggerHandler('lrm_user_logged_in', [response, $form, $form.data("action")]);

                    if (LRM.reload_after_login) {
     window.location.reload(true);


                    }
                }

window.location.reload(true); this code not working.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745464308a4628849.html

相关推荐

  • php - Refresh page after login with litespeed cache

    I am using the litespeed cache plugin and ajax login plugin. The page does not refresh after users log in. it actually s

    8小时前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信