Added high performance version of the Sessions code as a branch
[catagits/Catalyst-Plugin-Session.git] / requirements.txt
1
2
3 __REQUIREMENTS__
4
5
6   * do not expend any server side resources for empty sessions
7   
8   * don't create a session cookie unless there is a session
9   
10   * be reluctant to write to the database (updating expiry etc)
11   
12   * allow us to distinguish between secure sessions and insecure ones.
13
14   * allow us to store flash in memcache only