Get current session in WP admin

Google is your friend.
How to use session_start in WordPress? and How to use session in wordpress in plugin development

It looks like your mistake is that you didn’t capitalise “Session” when you declare the variable.

Instead of $_session['wp_nonce'], try $_SESSION['wp_nonce'].