Index: branches/dev/html/mobile/nonmember/index.php
===================================================================
--- branches/dev/html/mobile/nonmember/index.php	(revision 14964)
+++ branches/dev/html/mobile/nonmember/index.php	(revision 14965)
@@ -283,8 +283,10 @@
             if ($key != "mode2" && $key != "submit" && $key != "confirm" && $key != "return" && $key != session_name() && !in_array($key, $checkVal)) {
                 $objPage->list_data[ $key ] = $val;
+                $_SESSION['user_info'][$key] = $val;
             }
         }
         
-        //header("Location:" . gfAddSessionId("./deliv.php"));
+        
+        header("Location:" . gfAddSessionId("./deliv.php"));
         
     }
