hkoba / yatt_lite

YATT::Lite - Template with "use strict"
Other
5 stars 0 forks source link

Change Session2 to State::Cookie only for better cookie support #158

Closed hkoba closed 5 years ago

hkoba commented 5 years ago

Currently, HTTP_COOKIE is parsed everytime middleware->state->id is called. To avoid this, let's drop non-cookie session support.