Add New Session When Ajax Call

Hi, I have problem in save session when ajax call. In checkout page when customer click chose payment method ajax call to controller to save ajax. but can't get session after customer click place order

Not quite sure what you're describing. During checkout, the session used for the ajax call is the same session that's used for the page being viewed. The session will be reused on the next page load unless it is somehow invalidated.