Hi

I just migrated to wicket 6.6.0 and I need display a page to the customer
when his browser cookies are disabled.

Is there a better approach to do this ? Is it better to

- add a cookie to the response and redirect to the same page and then check
the presence of the cookie in the request

Or

- use session().getClientInfo().getProperties().isCookiesEnabled() provided
method.

Thanks.
David




--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Browser-Cookie-detection-tp4657744.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

Reply via email to