KickApps - Tell if a user is logged in


/ Published in: JavaScript
Save to your folder(s)

This is meant to be on a kickapps powered page.


Copy this code and paste it in your HTML
  1. if(Ka.Info.USERID !== ""){
  2. // USER IS LOGGED IN
  3. }else{
  4. // USER IS NOT LOGGED IN
  5. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.