thstack / bug-report

The bug report internal project.
4 stars 0 forks source link

session error #269

Closed hajifish closed 9 years ago

hajifish commented 9 years ago

Current processing of page start will load course slug as session cache named 'current_course_slug', it's the serious conflict with page study.

It means if the page study has been opened, then users start any other course and into page start again, system will be rewrite session cache, study system can not get its course's slug.

So, fix it by below:

  1. Key 'current_course_slug' have to just be used as study system session key,
  2. Page start have another key as session cache, named 'start_course_slug' anymore.
hajifish commented 9 years ago

Done http://review.pyindex.com/#/c/2067/