-
Notifications
You must be signed in to change notification settings - Fork 204
Open
Description
@GhaziTriki
Some observations, please correct me if I am wrong:
In BigBlueButton::sendRequest() we are storing response cookies in a tmpfile.
We also check for previous contents of that tmpfile, and store part of that in $this->jSessionId.
However:
- The
tmpfile()will be a different file each time, so at this point will always be empty. - The
$this->jSessionIdis not used anywhere in the package. There is a public methodgetJSessionId()which may be called by 3rd party packages but is not called from within the package.
Before we handle #267 , we should clarify what this cookie is used for.
Metadata
Metadata
Assignees
Labels
No labels