选择语言 :

 Module_Session::session_name

获取SESSION名称

null Module_Session::session_name( )
File: ./modules/session/session.class.php
public static function session_name()
{
    return Session::$config['name'];
}