Re: asp file and session creation

2012-04-24 Thread Tim Funk
yes - this is the pattern we use and trivial to put in your own webapp For completeness ... in web.xml *.jsp /WEB-INF/prelude1.jspf prelude1.jspf contents: <%@page session='false' %> -Tim On Mon, Apr 23, 2012 at 5:06 PM, Konstantin Kolinko wrote: > 2012/4/24 Christopher Schult

Re: asp file and session creation

2012-04-23 Thread Konstantin Kolinko
2012/4/24 Christopher Schultz : > > It might be worthwhile proposing a setting for Jasper where the > default "session" setting could be set to "false" (in obvious > violation of the servlet specification) so that JSPs must specifically > set session="true" in their headers, but such a patch might

Re: asp file and session creation

2012-04-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gunay, On 4/21/12 2:58 AM, gunay arslan wrote: > Seems like I could not explain what exactly I was trying to show. > A reference implementation of the PageContextImpl is attached, and > I tested this with one of our in-house web application. The point