- Update to use [email protected]
- Add operation clearExpired to allow clearing expired session from the session table.
- Allow SSL connection when using individual settings.
- Allow using ssldsn from config.
- Use process.nextTick to make all callbacks asynchronous.
- Add an explicit ORGANIZE BY ROW to session table creation SQL.
- Issue #2 addressed. Expired sessions are no longer returned.
- Added hasDatabaseTable to allow checking if the table already exists.
- Ensure session table is created UNICODE.
- Align config to bluemix VCAP_SERVICES for easy integration.
- Project created