jessionid

View: New views
6 Messages — Rating Filter:   Alert me  

jessionid

by Ron Chan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

is there any way of stopping the generation of the jesssionid in the URL when using sitemesh?

thanks

Re: jessionid

by Alexandru Popescu ☀ :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.

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: jessionid

by Ron Chan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

yes, it is happening in 5.5 and in the new 6 series

Ron

Alexandru Popescu ☀ wrote:
On 4/3/07, Ron Chan <rchan@i-tao.com> 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@sitemesh.dev.java.net
> For additional commands, e-mail: users-help@sitemesh.dev.java.net
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@sitemesh.dev.java.net
For additional commands, e-mail: users-help@sitemesh.dev.java.net

Re: jessionid

by Scott Farquhar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



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.

Cheers,
Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: jessionid

by Alexandru Popescu ☀ :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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?

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: jessionid

by Alexandru Popescu ☀ :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 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@...
> >
> >
>