> I hava to develop a solution that use PHP and JSP. But the system has to > use the same session. > > Iīve already installed the PHP integration with Java and it works. But I > canīt find the class to call a session?
Well, your JSP script should receive the same cookie as your PHP script with the session ID. You can have it search the session.save_path and open up the file itself and create the session variables (plus implement your own method to "save" them again). Or save your data in a database that both PHP and JSP access in their own ways to get/save session variables. ---John W. Holmes... PHP Architect - A monthly magazine for PHP Professionals. Get your copy today. http://www.phparch.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php