joomla module need some assistance.

Discussion in 'Integration' started by yahooking, Feb 13, 2010.

  1. yahooking

    yahooking New Member

    Joined:
    Feb 12, 2010
    Messages:
    7
    Hi, i am attempting to create a joomla module, which would display amember information when the user is logged in. any hints or tips on what files i would need to have in the php code as include inorder for me to pull up session info ? i tried the session variables but it wount display amember info, even when an amember session IS in progress with active user.
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    aMember sessions will not work inside Joomla.
    Joomla override default php session settings, so session info that aMember set will not be available.
    As workaround you can modify check.inc.php in aMember and duplicate user info into cookies, then access cookies from you module.

Share This Page