Peter Shipley <[EMAIL PROTECTED]> writes: > Is it possible to share a session object between Apache JServ and GNUJSP. I > am only familiar with Tomcat and this is pretty different. I have heard that > because of the Servlet specification used in JServ the session object cannot > be shared. > > Basically I just want to create a session in a Servlet, store a value, then > retrieve it in the JSP. > > > Any thoughts...bearing in mind I a stuck with using Jserv, GNUJSP, and > Apache web server.
GNUJSP just uses the session management provided by the container. Since JServ supports the session API you can easily share sessions between the 2. Nic Ferrier ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
