Skip to content

Support: Clarify what we do with cookies #271

@donquixote

Description

@donquixote

@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->jSessionId is not used anywhere in the package. There is a public method getJSessionId() 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions