If a user has disabled session cookies your Wicket app will still work
fine using URL rewriting.

If you stop the URL rewriting and give a message to people who have
disabled cookies you will prevent a certain % of visitors from using
your web app.

I'm not sure what that % of people is but in the past some people have
believed the mantra that 'enabling cookies' is security hole/privacy
issue. I've never believed that mantra but there is quite possibly a %
of the population that do and so disabled cookies.


>-----Original Message-----
>From: Ian Marshall [mailto:ianmarshall...@gmail.com]
>Sent: Monday, 13 February 2012 7:13 AM
>To: users@wicket.apache.org
>Subject: Link URLs with JSessionID truncated
>
>Hello All,
>
>A user's first visit to my app's home page results in the URL
>
>  http://[My domain]/main/PageHome;jsessionid=v_qqIGVQlKBbkNSOcHkAQw?0
>
>Each org.apache.wicket.markup.html.link.Link on my home page has the
URL of
>the form
>
>  http://[My
>domain]/main/..;jsessionid=v_qqIGVQlKBbkNSOcHkAQw?0-1.ILinkListener-
>lnkAbout
>
>(of length 102 characters for the particular link URL copied here).
These
>URLs are invalid, because of the two dots present instead of the
completed
>path.
>
>Is there any way I can configure Wicket to suppress this URL
abbreviation,
>or is this operation the province of the web application server or web
>browser?
>
>As a work-around, I have already coded the supression of JSessionIDs in
my
>links' URLs, and am coding the app to give a warning if session cookies
are
>disabled. But I would appreciate any pointers.
>
>Ian Marshall
>
>
>My operating environment
>-------------------------
>Web application server: (Jetty? in) Google App Engine
>Wicket version:         1.5.3 (I know: it's not the very latest
version!)
>Web browsers:           Mozilla Firefox 10.0.1
>                        Microsoft Internet Explorer 8.0.6001.18702
>                        as found on my HTC Wildfire S running Google
>Android
>2.3.5
>
>--
>View this message in context: http://apache-
>wicket.1842946.n4.nabble.com/Link-URLs-with-JSessionID-truncated-
>tp4381881p4381881.html
>Sent from the Users forum mailing list archive at Nabble.com.
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>For additional commands, e-mail: users-h...@wicket.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to