I'm new to wicket too, but my guess is that if you tried the URL in a new browser entirely (or if you quit and re-opened your browser), the URL wouldn't work any more. New tabs still have all the cookies that the old tabs have, which works out nicely in many cases. They're extensions of the current session, not new sessions.

Hope I understood your problem correctly,
Alex

On Dec 17, 2007, at 4:10 AM, tbt wrote:
Hi

I'm a newbie to wicket and I'm using a WebSession to log users into my
application. When navigating through the pages wicket generates a dynamic
url such as http://192.222.7.66:8080/oem?wicket:interface=wicket-1:0::

But if you copy this url and paste it in a seperate tab the inner page is displayed. As a result users can view data without giving the username and
password. How can I stop this.

Thanks
--
View this message in context: 
http://www.nabble.com/dynamic-url-tp14370171p14370171.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to