Why does struts always create a new session? I have an application (non-struts) that creates a session. The user is then allowed to link to a struts application on another appserver. When the struts app comes up the existing session is blown away by struts. Why?