@crawlee/coreInterfacesCreateSessionVersion: 3.1CreateSession CallableCreateSession(sessionPool: SessionPool, options?: { sessionOptions?: SessionOptions }): Session | Promise<Session>ParameterssessionPool: SessionPoolPool requesting the new session.optionaloptions: { sessionOptions?: SessionOptions }optionalsessionOptions: SessionOptionsReturns Session | Promise<Session>
Pool requesting the new session.