Did you try:

<%@ page session="false" %>

http://java.sun.com/products/jsp/tags/12/syntaxref1210.html

David Stevenson

On Fri, 2004-12-03 at 07:32, Mark O'Driscoll wrote:
> My application uses FOP to create pdf documents on the fly.
> 
> The xsl description for docn creation includes a directive to load an
> external object, eg a jpeg file. The spec looks like this
> 
> <fo:external-graphic [EMAIL PROTECTED] scaling="uniform"
> vertical-align="middle" width="{$width}" />
> 
> So for each image in the doc to be created the FOP code contacts the Tomcat
> server to load the image and a new session is created.
> 
> 
> 
> My question is: Is there anyway to specify on a URL or a client that will
> not create a session or even reuse an existing session? This is really
> screwing up my
> 
> session management code.
> 
> 
> 
> TIA
> 
> 
> Mark
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to