ZSession Changes
- Version 0.1.3 - Stable
Session Name can now be changed as a property.
- Version 0.1.2 - Stable
Session Sort() now sorts properly.
- Version 0.1.1 - Stable
Made Application Timeout consistent for set(), del(), and clear().
- Version 0.1.0 - Stable
Updated help and some formatting.
- Version 0.0.9.9 - Development
Added Refresh to Manage Applications and Sessions.
- Version 0.0.9.8 - Development
Added Application Object.
Changed TimeStamp to ZSTimeStamp, which is a
reserved word.
Updated Help and added Test Method for Application Object.
- Version 0.0.9.7 - Development
Removed base64 encryption.
- Version 0.0.9.6 - Development
Thread Issue with Linux on startup again.
- Version 0.0.9.5 - Development
Thread Issue with Linux on Startup.
Cookie not being set properly.
- Version 0.0.9.4 - Development
Sorted Sessions by last accessed time.
Added and Reviewed ZSession Security.
Added ZSession to Zope Help System.
- Version 0.0.9.3 - Development
Updated Readme file, some more formatting changes.
Changed ZSessionObj methods to exclude TimeStamp key.
Added Test Script to readme.txt
- Version 0.0.9.2 - Development
Updated Readme file, some formatting changes.
- Version 0.0.9.1 - Development
Manage Clear Session Keys does not show TimeStamp.
Redirect if no Session Key selected fixed.
- Version 0.0.9 - Development
Manage Session Details opens in frame.
Formatted Manage Session Details in Table.
Added Manage Clear Session Keys.
- Version 0.0.8 - Development
Added Thread process manage screen.
Added "clear sessions" security.
- Version 0.0.7 - Development
Fixed Thread to not create new thread on Refresh a different way.
- Version 0.0.6 - Development
Fixed Thread to not create new thread on Refresh.
Fixed manage_clearSessions.
- Version 0.0.5 - Development
Added Logging to show clearSessionsProcess.
logs to var directory in ZSession.log.
- Version 0.0.4 - Development
Added Session Manage Page to Show Current Sessions.
- Version 0.0.3 - Development
Added Cleanup Process.
One instance of ZSession in Root Folder.
- Version 0.0.2 - Development
Added encryption to key and values.
Objects can be stored in Session.
- Version 0.0.1 - Development
Added Session Timeout setting to clear old sessions from memory.
Changed SQLSession(Version 0.2.9a) to use RAM instead of DB to Store Session Data.