create_model_instance(data)
New in Django 1.9.
Returns a new instance of the session model object, which represents the current session state.
Overriding this method provides the ability to modify session model data before it’s saved to database.
Please login to continue.