hedyorg / hedy

Hedy is a gradual programming language to teach children programming. Gradual languages use different language levels, where each level adds new concepts and syntactic complexity. At the end of the Hedy level sequence, kids master a subset of syntactically valid Python.
https://www.hedy.org
European Union Public License 1.2
1.32k stars 289 forks source link

Fix/workaround for session cookies in A/B testing #353

Closed fpereiro closed 3 years ago

fpereiro commented 3 years ago

Currently, the session variables set in a test environment are ignored by the main environment in the A/B proxy setting. This must be fixed or a workaround provided.

fpereiro commented 3 years ago

@tibiba I haven't forgotten about this!

fpereiro commented 3 years ago

Fixed by https://github.com/Felienne/hedy/pull/395

fpereiro commented 3 years ago

This is superseded by #429