DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29269>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29269

Session in JSp not available to Servlet





------- Additional Comments From [EMAIL PROTECTED]  2004-05-28 14:23 -------
You need the <%@ page session="true" %> directive in your JSP.  With that 
directive, I can successfully set session attributes in JSPs and see them in 
servlets.

Please attach your entire JSP and Servlet code, not snippets, preferably as one 
WAR file (with web.xml etc.) we can drop into our server to reproduce your 
results.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to