|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
jessionidis there any way of stopping the generation of the jesssionid in the URL when using sitemesh?
thanks |
|
|
Re: jessionidOn 4/3/07, Ron Chan <rchan@...> wrote:
> > is there any way of stopping the generation of the jesssionid in the URL when > using sitemesh? > As far as I know sitemesh is creating a session when working against Tomcat (or Tomcat 4). I would also be interested to here if this is still needed against Tomcat 5.5 series. tia, ./alex -- .w( the_mindstorm )p. _____________________________________ Alexandru Popescu, OSS Evangelist TestNG/Groovy/AspectJ/WebWork/more... Information Queue ~ www.InfoQ.com > thanks > > -- > View this message in context: http://www.nabble.com/jessionid-tf3510839.html#a9806777 > Sent from the OpenSymphony - SiteMesh mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: jessionidyes, it is happening in 5.5 and in the new 6 series
Ron
|
|
|
Re: jessionidAlexandru Popescu wrote: > On 4/3/07, Ron Chan <rchan@...> wrote: >> >> is there any way of stopping the generation of the jesssionid in the >> URL when >> using sitemesh? > > As far as I know sitemesh is creating a session when working against > Tomcat (or Tomcat 4). I would also be interested to here if this is > still needed against Tomcat 5.5 series. I have removed this requirement in CVS - Sitemesh should not create a session when 2.3 is released. Cheers, Scott --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: jessionidOn 4/4/07, Scott Farquhar <scott@...> wrote:
> > > Alexandru Popescu wrote: > > On 4/3/07, Ron Chan <rchan@...> wrote: > >> > >> is there any way of stopping the generation of the jesssionid in the > >> URL when > >> using sitemesh? > > > > As far as I know sitemesh is creating a session when working against > > Tomcat (or Tomcat 4). I would also be interested to here if this is > > still needed against Tomcat 5.5 series. > > I have removed this requirement in CVS - Sitemesh should not create a > session when 2.3 is released. > You got me confused here... I have downloaded 2.3 a couple of days ago already. So, is this fix in 2.3 or in a future one? TIA, ./alex -- .w( the_mindstorm )p. _____________________________________ Alexandru Popescu, OSS Evangelist TestNG/Groovy/AspectJ/WebWork/more... Information Queue ~ www.InfoQ.com > Cheers, > Scott > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: jessionidOn 4/4/07, Alexandru Popescu ☀ <the.mindstorm.mailinglist@...> wrote:
> On 4/4/07, Scott Farquhar <scott@...> wrote: > > > > > > Alexandru Popescu wrote: > > > On 4/3/07, Ron Chan <rchan@...> wrote: > > >> > > >> is there any way of stopping the generation of the jesssionid in the > > >> URL when > > >> using sitemesh? > > > > > > As far as I know sitemesh is creating a session when working against > > > Tomcat (or Tomcat 4). I would also be interested to here if this is > > > still needed against Tomcat 5.5 series. > > > > I have removed this requirement in CVS - Sitemesh should not create a > > session when 2.3 is released. > > > > You got me confused here... I have downloaded 2.3 a couple of days ago > already. So, is this fix in 2.3 or in a future one? > In the 2.3 distribution, the filter is still doing: [code] if (Container.get() == Container.TOMCAT) { request.getSession(true); } [/code] so I don't think it is fixed (or not in the 2.3). ./alex -- .w( the_mindstorm )p. _____________________________________ Alexandru Popescu, OSS Evangelist TestNG/Groovy/AspectJ/WebWork/more... Information Queue ~ www.InfoQ.com > TIA, > > ./alex > -- > .w( the_mindstorm )p. > _____________________________________ > Alexandru Popescu, OSS Evangelist > TestNG/Groovy/AspectJ/WebWork/more... > Information Queue ~ www.InfoQ.com > > > Cheers, > > Scott > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscribe@... > > For additional commands, e-mail: users-help@... > > > > > |
| Free embeddable forum powered by Nabble | Forum Help |