I have a servlet based application that creates a session and stores some information the first time it is accessed. This information is used in subsequent pages. The process runs into trouble if the initial url is clicked from inside a msword document. The servlet creates a session and sends the response back. The response is displayed in a newly opened browser. A link clicked from inside the browser creates a new session. Any subsequent urls clicked from the browser reuse the second session I have a servlet based application that creates