hi guys i am integrating my e comm site with citibank payment gateway .As a process user is rediredted to citibanks site and after completing the transaction the flow is agian redirected to out site.however
servlet that redirects to citibanks site and the servlet that is called by citibank are same but when the flow is rediredted for citibank to our site a new session is started which i don't want because all my data is lost.
howvere using javascript history.go("URL"); i came back to my session and access data stored in session .
is there a way the to keep my session same ..
is it possible to send post data using server side redirect i.e without going to client browser.