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

Constants.SP_BL_PROFILE_CHECKSUM unusable at some point #40

Open
karllindmark opened this issue Apr 12, 2012 · 1 comment
Open

Constants.SP_BL_PROFILE_CHECKSUM unusable at some point #40

karllindmark opened this issue Apr 12, 2012 · 1 comment

Comments

@karllindmark
Copy link

Alright, the deal is that Constnats.SP_BL_PROFILE_CHECKSUM sometimes ends up invalid, and usually it's the following reason:

  • Current session gets cleared on the website
    • Website resets the checksum --> app still has the old value - session is still valid, but not the checksum

Also, the flow above applies to "maintenance mode", where all sessions get cleared out but the app remains "open" so to speak. Nothing works, but that's mostly because the app can't detect the "closed" website at the moment.

Anyone have an idea how we should implement this? Maybe directly into RequestHandler (underlaying layer)?

@karllindmark
Copy link
Author

Here's a video of it in action, kindly supplied by one of the users. :-)

http://www.youtube.com/watch?v=bZLrMR-Xltg

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

No branches or pull requests

1 participant