## create_session()


Create a new session with the given name.


Usage


``` python
create_session(name)
```


name The name for the new session.


str The session identifier.

> **Note: Added in version 2.0**
