Hello!
I have a webApp, that have a webSession witch creates a connector and many
managers. When I starts an app, session creates 2 times. When the page is
starting to render it creates another 2 times and every user, when
connecting to this app, creates another 2 sessions. 
I just realized that if I starts an app with path
http://localhost:8080/QuickStart/home ("home" is mounted as a home page),
the session creates ones, but if I push
http://localhost:8080/QuickStart/home?0 or http://localhost:8080/QuickStart
it creates 2 times.
Is it normal? And can I do something with this problem to make session
creates only ones?

Thank you!



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Session-creates-multiple-times-tp4658837.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