I've successfully used aMember to protect a java application built with Apache's Turbine framework. Now that the protection is working, I need to find a way to have the java app determine who is logged in. Using the new_rewrite doesn't seem to set a cookie with user info or write login info to a table. It seems that all info is stored in a PHP Session. What can I do to modify the new_rewrite plug-in so it either writes info to a cookie or preferably to a database (like PHP_INCLUDE plug-in says it does). thank you, sterling www.nowpulse.com
new_rewrite writes a file to amember/data/new_rewite/ folder, and set cookie with corresponding name. Of course, you can modify plugin AS YOU NEED and it will set cookies specially for your software. If you have PHP programming skills, you can do it - aMember is 99% open-source!