Re: asp file and session creation

2012-04-26 Thread gunay arslan
Sorry Mark, I did not ignored moving the issue to the user list, I tried to reply on user list email, but because I am not subscribed to there my email failed (naturally), I do not want to subscribe to the list, as the volume of email is pretty high. I did not ask just question, I also send a c

Re: asp file and session creation

2012-04-26 Thread Mark Thomas
On 26/04/2012 19:54, gunay arslan wrote: > Here I am not telling that we need to change the standards, I am > suggesting to add a variable so for this session behavior, with > default value running as it is right now, you need to check other > lazy session creation change to value, restart the app

Re: asp file and session creation

2012-04-26 Thread gunay arslan
HI Christopher, The problem is not that the "poorly" configured browser or web application. When you have a web application open to the internet you can not guarantee that all of your clients will behave as you wish. Right now it is very easy to write a simple script and create too much sessio

Re: asp file and session creation

2012-04-26 Thread Christopher Schultz
Gunay, On 4/24/12 2:50 AM, gunay arslan wrote: > As a web application developer, I needed to stop creation vast amount > of "dummy" sessions, that is why I proposed this. I understand what you want. > I understand that specs are important and there are vast amount of > software that requires t

Re: asp file and session creation

2012-04-23 Thread gunay arslan
HI Christopher, As a web application developer, I needed to stop creation vast amount of "dummy" sessions, that is why I proposed this. I understand that specs are important and there are vast amount of software that requires these spec to be applied to run. What I am proposing is , we can a

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

Re: asp file and session creation

2012-04-20 Thread gunay arslan
HI Konstantin,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 is  1) Spec says that a session variable needs to be present: but this creates a  probl

Re: asp file and session creation

2012-04-20 Thread Konstantin Kolinko
2012/4/21 gunay arslan : > HI, > > as the spec dictates every jsp file that specify session="true"  (this is > default in tomcat  )  forces a new session to be created, wether or not we > are using the session inside the jsp file. > > the session is triggered for creation at PageContextImpl file,

asp file and session creation

2012-04-20 Thread gunay arslan
HI, as the spec dictates every jsp file that specify session="true" (this is default in tomcat ) forces a new session to be created, wether or not we are using the session inside the jsp file. the session is triggered for creation at PageContextImpl file, isn't meaningfull to make this ses