Has anyone come across this ... I have a CourseSchedule servlet in the JWS - Web Service environment. I have the Logon servlet in the JWS - Secure Web Service environment. The CourseSchedule servlet redirects to the Logon servlet ( like in Jason's book ). The servlets are supposed to be sharing information using the session object. But, they don't have the same session object. How do I solve this sharing problem? The servlets need to cooperate in order to authenticate the user of the service. ___________________________________________________________________________ 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
