Well how are you passing the user's session between the requests?
I mean your user's httpsession is stored in a cookie(not in the url), the
cookie containing your user's domain usersession will not be submitted to
this 3rd party in the post, and they cannot hand it over back to you. How
will your application correlate the requests? And this is not a wicket
problem, you'd need to think about this any way you go.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-FormPost-via-ProxyFilter-tp4665803p4665804.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