Hello - I have a question about potential sharing of session information between CGI/Perl and STRUTS applications.
We have an application written in CGI/Perl on Netscape Enterprise Server in which we would like to have the capability to spawn the user off to a STRUTS application on a different server running WebLogic. The user would then be able to do the necessary processing in the STRUTS application and return to the CGI/Perl application. At present, the CGI/Perl application utilizes cookies to store session information. Is it possible to share session information (user ids, etc) between the two apps? If so, will the use of cookies on both ends make this feasible? What alternatives are there? Any advice and suggestions on the feasibility or infeasibility of this task would be most appreciated. Thanks in advance. - Mitesh

