From: <php...@li...> - 2010-08-06 03:05:12
|
Hi, Does anyone have any idea why echo java_context()->getHttpServletRequest()->getSession()->getAttribute("login"); isn't outputting anything? The attribute is definitely set in the servlet: HttpSession ses = request.getSession(true); ses.setAttribute("login", loginid); Thanks. Sincerely, Marta Fernandes > Date: Mon, 26 Jul 2010 11:39:32 +0200 > To: php...@li... > From: php...@li... > Subject: Re: [Php-java-bridge-users] accessing HTTPServletRequest object > > echo java_inspect(java_context()); > > Please see our FAQ entry "Why does > java_context()->getHttpServletRequest()->getSession() return null?" > for details. At: http://php-java-bridge.sourceforge.net/pjb/FAQ.html > > ------------------------------------------------------------------------------ > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://ad.doubleclick.net/clk;226879339;13503038;l? > http://clk.atdmt.com/CRS/go/247765532/direct/01/ > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |