From: <php...@li...> - 2010-08-30 18:28:55
|
Hi, I am a newbie using php-java bridge. Is there any way to make any calls to Java to return session only if it exists, and not create a new one? The reason I ask is because, by default, our existing Java web does not create any session until after the user logs into our system. I have tried java_session(null,true) and java_session(null,false), but regardless, a new session is created whether I like it or not. I even tried calling $java_context()->getHttpServletResponse()->getSession(false), but an exception is thrown. I am using JavaBridgeTemplate621rc2.war Thanks. Regards, Kok Hoor |