Authentication Question

Discussion in 'Pre-Sales Questions' started by mdecker, Apr 1, 2009.

  1. mdecker

    mdecker New Member

    Joined:
    Oct 27, 2007
    Messages:
    1
    Is it possible to utilize AMember to perform one function if a member is logged in and another if they are not.

    It would basically look like this:

    PHP:
    if(user_is_logged_in) {
      
       
    // Code to show a video file

    }else{

       
    // Code to show a demo video file

    }
    I guess my basic question is, does AMember set a session variable or global constant that can be access to check whether a member is logged in.

    Thanks,
    mdeckeraz
  2. codeispoetry

    codeispoetry aMember Pro Customer

    Joined:
    Jan 12, 2009
    Messages:
    336

Share This Page