Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Student should be redirected to login page if he/she gets looged out while doing playlist exercies #2939

Merged

Conversation

anuragkanungo
Copy link
Contributor

Disabling the sesssion timeout is not helping.
Students still gets logged out in between doing exercise and their progress are not saved.

A temporary fix which make sure that students will be redirected to login page if they gets logged out while doing an exercise.

@aronasorman aronasorman added this to the Nalanda bugfixes milestone Feb 4, 2015
@aronasorman aronasorman self-assigned this Feb 4, 2015
aronasorman added a commit that referenced this pull request Feb 4, 2015
Student should be redirected to login page if he/she gets looged out while doing playlist exercies
@aronasorman aronasorman merged commit 0615773 into learningequality:nalanda-rct3 Feb 4, 2015
@aronasorman aronasorman removed the has PR label Feb 4, 2015
@jamalex
Copy link
Member

jamalex commented Feb 12, 2015

Note: Where is the GH issue that this fixes (issues should always come before PRs, for discussion of design)?

}
else {
window.location = "/securesync/login";
}

This comment was marked as spam.

This comment was marked as spam.

return "/api/attemptlog/?" + $.param(this.filters, true);
}
else {
window.location = "/securesync/login";

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants