Skip to content

Variables shared across separate sessions in local mode #482

@lolapirespintopolarys

Description

@lolapirespintopolarys

We've observed that, when working in local mode, variables defined in one session can persist and become accessible from another session — even though each session has its own workspace (cwd) and a unique data.xlsx file.

For example:

  • Session A reads data.xlsx from its own workspace → works as expected.
  • Session B, in a different cwd, attempts to read its own data.xlsx, but ends up reusing the data from Session A instead of loading fresh data from its file.

This suggests that data may be cached or that the interpreter is sharing state across sessions. Could the local mode be responsible for this unexpected persistence of variables or objects in memory?

We expect each session to be isolated, especially regarding loaded data and memory objects.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions