# Create Session Object

<table data-full-width="false"><thead><tr><th width="155">Parameter</th><th width="126">Type</th><th width="128">Required</th><th width="102">Default</th><th>Description</th></tr></thead><tbody><tr><td>name</td><td>string</td><td>Yes</td><td>n/a</td><td>Session's name</td></tr><tr><td>description</td><td>string</td><td>No</td><td><em>n/a</em></td><td>Session's description</td></tr><tr><td>tags</td><td>string</td><td>No</td><td>null</td><td>A comma separated list of tags</td></tr><tr><td>start_date</td><td>string</td><td>Yes</td><td>n/a</td><td>Date which the session will start(<a href="../../../accepted-formats/dates">see</a>)</td></tr><tr><td>duration</td><td>integer</td><td>Yes</td><td>n/a</td><td>Session duration in minutes. It can be between 5 and 360 minutes.</td></tr><tr><td>lang</td><td>string</td><td>No</td><td>tr-TR</td><td>Language code(<a href="../../../accepted-formats/languages">see</a>)</td></tr><tr><td>timezone</td><td>string</td><td>No</td><td>Europe/Istanbul</td><td>TZ identifier (<a href="../../../accepted-formats/timezones">see</a>)</td></tr><tr><td>options</td><td><a href="session-options-object">Session Options Object</a></td><td>No</td><td><em>See object</em></td><td>Contains various session options(<a href="#options-object">see</a>)</td></tr><tr><td>allow_recording</td><td>bool</td><td>No</td><td>true</td><td>Flag to determine if the session will be recorded</td></tr><tr><td>inaccessible_replay</td><td>bool</td><td>No</td><td>false</td><td>Flag to determine if the session's replay should be inaccessible</td></tr></tbody></table>
