bitpiston / oyster

A Perl web application framework.
Other
3 stars 1 forks source link

session library #27

Open einkoro opened 12 years ago

einkoro commented 12 years ago

Separate sessions from the user module into its own library. This way it could be switched to a different (non-database) backend such as memcached since it is so query intensive.

http://www.php.net/manual/en/ref.session.php

http://fuelphp.com/docs/classes/session/usage.html