Validate membership

Discussion in 'Pre-Sales Questions' started by jllanguille, Sep 2, 2008.

  1. jllanguille

    jllanguille New Member

    Joined:
    Sep 2, 2008
    Messages:
    1
    I have an existing membership website and am thinking of switching to aMember. Is there a function I can call from my web page to verify whether someone is a paid member?
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    Hi Jllanguille,

    Yes. There are a few ways you can go about this with Amember.

    If your existing membership site has a user database you may be able to use Amember as your primary login and provide a single signon experience across the various functions of your site.

    If your existing membership site DOES NOT have a user database then you can still use Amember by checking session state of the user, via PHP include functions or even checking a protected directory response code (200OK, 401DENIED).

    Lots of options.

Share This Page