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

user session broken in some rare cases #3

Open
user2589 opened this issue Aug 7, 2011 · 2 comments
Open

user session broken in some rare cases #3

user2589 opened this issue Aug 7, 2011 · 2 comments

Comments

@user2589
Copy link

user2589 commented Aug 7, 2011

To reproduce this issue:

  • session backend is cached or cached_db,
  • cache backend is memcached
  • po file is 700kb or more

as lang_sel view stores po file in session, and memcached doesn't store values bigger than 1Mb, session is cut and some data may be lost

@mbi
Copy link
Owner

mbi commented Aug 7, 2011

Yes, I reckon this could happen. I wouldn't recommend having a 700k pofile in the first place, but this could indeed happen.
Any suggestions on how to handle this?

@user2589
Copy link
Author

user2589 commented Aug 8, 2011

I'll make a pull request for fix soon

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

No branches or pull requests

2 participants