Hi, Once i am logged in using amember authentication i need to pass my control to a link which takes user to a seperate component hosted in php. I need to identify there whether the user is logged in or not. Is there a way to pass something like "loggedIn=true" while "posting" the link to that component.
You can check for session variables: http://manual.amember.com/AMember_Session_Variables Or use php_include protection on the script. David
The site is in wordpress. amember module will be a part of that. Once user logs in and redirected to the link which is the php based component i would like to have the ability to find out there whether the user is logged in or not.