Re: Removing jsessionid from URl

2010-09-23 Thread Vojtěch Krása
Hi,

check this http://markmail.org/thread/u42f6idu2hsdulom


2010/9/22 Ayodeji Aladejebi 

> Hi,
>
> I have been tryin to figure out what to do to remove jsessionid from the
> URL
>
> I have mount(new QueryStringUrlCodingStrategy("/home", AppHomePage.class));
>
> All my links are BookmarkablePageLinks.
>
> am using wicket 1.4.8 on Apache Tomcat/6.0.29
>



-- 
S pozdravem
Vojtěch Krása


Re: Removing jsessionid from URl

2010-09-23 Thread Ayodeji Aladejebi
is it because a user disables cookies in the browser?

On Wed, Sep 22, 2010 at 7:35 AM, Wilhelmsen Tor Iver wrote:

> > I have been tryin to figure out what to do to remove jsessionid from
> > the URL
>
> The web container will add that to the first response URL when a session is
> created in case cookies are not supported. What is corny is that this is not
> further maintained (in a non-cookie situation) without the developer
> explicitly calling ServletResponse.encodeURL() for all URLs - the container
> should maintain the responsibility for you.
>
> - Tor Iver
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Aladejebi Ayodeji A.,
DabarObjects Solutions
Phone: +234 9 875 1763
Mobile: +234 803 589 1780
Email: d...@dabarobjects.com
Web: www.dabarobjects.com


Re: Removing jsessionid from URl

2010-09-21 Thread Jeremy Thomerson
On Tue, Sep 21, 2010 at 11:13 PM, Ayodeji Aladejebi wrote:

> Hi,
>
> I have been tryin to figure out what to do to remove jsessionid from the
> URL
>
> I have mount(new QueryStringUrlCodingStrategy("/home", AppHomePage.class));
>
> All my links are BookmarkablePageLinks.
>
> am using wicket 1.4.8 on Apache Tomcat/6.0.29
>

Search the list.  This has been covered a bajillion times.  This is a
feature of the servlet container, not Wicket.

-- 
Jeremy Thomerson
http://www.wickettraining.com