Guys,

My application is being used by third party product,
in which they call our different actions
(.do?param=value etc.) at different places. Whenever
they call our application they open up a child
window(our application). After doing necessary task
user clicks on "Done" button on child window, which
closes our application and returns to main page (third
party application). Problem is if user closes our
window half way through before clicking done, my
session still remains in cache this being child
window, it doesn't clear session until parent window
is closed. However when user click "Done" on last
page, I have code which invalidates session. 

To circumvent this issue I had put javascript unLoad
event on each jsp page (on button onclick event )to
call particular jsp to invalidate the session. This
solution is not working great and now I am thinking to
have only one entry point action for each call third
party makes to invoke our application and this main
action will invoke corresponding action.do? based on
passed param. How do I do achieve this? Idea is if I
have only one entry point(action.do) I can invalidate
any previously existing session and call corresponding
action after that.

Thanks,

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to