gaeutilities - http://gaeutilities.appspot.com/ - release 1.1.2 is now
out. It is strongly recommended anyone using the session class upgrade
to this version. 1 critical and 1 important bug is solved in this
release. Also there is a marginal performance increase by being able
to configure how often the last_activity field is updated, removing
the need to have a put on every request.

 1.1.2
 - session: Added last_activity_update variable to set an interval for
which last_activity needs to be updated. It defaults to 60 seconds.
This means a put is not required every request which should increase
performance.
 - session: Refactored based on a contribution from Jeremy Awon
optimizing the class initialization.
 - session: Bug found in the process to clear old sessions that was
deleting data it shouldn't be. This was the cause of the mysterious
missing session data bug. Thank you pant.lalit
 - session: Bug fixed where clean_check_percent was being ignored.
 - session: Some tweaks done to delete_all_session(), though this
feature shouldn't be considered complete yet. Needs more testing.

More performance improvements are planned for the 1.1.3 release which
will be coming soon.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to