Re: New session in servlet included as image source

2000-01-30 Thread D. J. Hagberg
> David Galimberti wrote: > [ . . . ] I am using the servlet as a source to an > image as follows: > > > > If I forward/redirect to my servlet from the JSP I have access to the > session variables but if I use the servlet as a source to the image I > do not (it actually wants to create a new sess

New session in servlet included as image source

2000-01-30 Thread David Galimberti
I am have a strange problem of not having access to session objects in my servlet that have been previously created in a JSP.  I think the key to my problem is that I am using the servlet as a source to an image as follows:     If I forward/redirect to my servlet from the JSP I have access