spring mvc - returning control to correct mvc session -
in our spring mvc gae application have page form action sends data offsite to
https://secure.notarealurl.com/subver
they in turn return results calling
www.anotherbogusurl.com/subver/results
which mvc controller routes correct controller on our side. generate "session_id" sent both directions.
how can mvc "reconnect" original "user/session" (who still waiting after last submit) can tell them if passed or failed - can continue accordingly?
using session_id can user credentials , real session id how mvc pointed in right direction?
if user has session on anotherbogusurl.com session should naturally resume when redirected site. application session id returned in form of cookie , automatically sent browser on every request.
Comments
Post a Comment