pmlopes / yoke

Yoke is a middleware framework for Vert.x
http://pmlopes.github.io/yoke/
Apache License 2.0
157 stars 44 forks source link

Loaded sessions are not stored #111

Closed timur-han closed 10 years ago

timur-han commented 10 years ago

Only createSession(String) associates an handler which saves the state of the session. Instead loadSession should attach a response handler which stores the session.