2011-04-15 161 views
0

請幫助我,我存儲了一些會話變量,但在重定向到另一個服務器上的另一個頁面後,我無法檢索我的會話變量。任何人都可以告訴我,我可以得到會話變量嗎?我正在使用javasript重定向到我的aspx頁面從頁面重定向後丟失會話變量

function check_empty() 
    { 
     document.merForm.action="https://3dsecure.payseal.com/MultiMPI/from_icici_merchant.jsp"; 
     document.merForm.submit(); 
    } 
+0

如何存儲會話變量?你是否想在另一個Web應用程序中使用會話變量? – Anuraj 2011-04-15 09:38:35

回答