Viewing 1 replies (of 1 total)
  • Hi Marjolijn and All,
    Here is a small fix:

    • – Open the file “login-with-ajax.source.js” inside the widget directory and copy the whole code inside it, then paste the code into the file “login-with-ajax.js” and save. We are doing this to have un-minified version of code, for ease of editing. 🙂
    • – Search the function “getPostData” and add the below lines after el = $(el);
      if(el.is('input:checkbox') && !(el.is(':checked'))) {
              return;
          }

    For more details visit: http://www.subharanjan.in/login-with-ajax-issue-solved-logout-user-when-browser-is-closed/

    Thanks,
    Subharanjan

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Login With Ajax] Force LogOut when user closes browser possible?’ is closed to new replies.