
    [paste.filter_factory]
    file_memo=wsgistate.file:filememo_deploy
    firebird_memo=wsgistate.db:dbmemo_deploy
    memcache_memo=wsgistate.memcached:mcmemo_deploy
    memory_memo=wsgistate.memory:memorymemo_deploy
    mssql_memo=wsgistate.db:dbmemo_deploy
    mysql_memo=wsgistate.db:dbmemo_deploy
    oracle_memo=wsgistate.db:dbmemo_deploy
    postgres_memo=wsgistate.db:dbmemo_deploy
    simple_memo=wsgistate.simple:simplememo_deploy
    sqlite_memo=wsgistate.db:dbmemo_deploy
    file_session=wsgistate.file:filesess_deploy
    firebird_session=wsgistate.db:dbsess_deploy
    memcache_session=wsgistate.memcached:mcsess_deploy
    memory_session=wsgistate.memory:memorysess_deploy
    mssql_session=wsgistate.db:dbsess_deploy
    mysql_session=wsgistate.db:dbsess_deploy
    oracle_session=wsgistate.db:dbsess_deploy
    postgres_session=wsgistate.db:dbsess_deploy
    simple_session=wsgistate.simple:simplesess_deploy
    sqlite_session=wsgistate.db:dbsess_deploy
    file_urlsess=wsgistate.file:fileurlsess_deploy
    firebird_urlsess=wsgistate.db:dburlsess_deploy
    memcache_urlsess=wsgistate.memcached:mcurlsess_deploy
    memory_urlsess=wsgistate.memory:memoryurlsess_deploy
    mssql_urlsess=wsgistate.db:dburlsess_deploy
    mysql_urlsess=wsgistate.db:dburlsess_deploy
    oracle_urlsess=wsgistate.db:dburlsess_deploy
    postgres_urlsess=wsgistate.db:dburlsess_deploy
    simple_urlsess=wsgistate.simple:simpleurlsess_deploy
    sqlite_urlsess=wsgistate.db:dburlsess_deploy
    