----- Oryginalna wiadomość ----- > Od: "Roberto De Ioris" <[email protected]> > Do: "uWSGI developers and users list" <[email protected]> > Wysłane: sobota, 11 czerwiec 2011 13:59:46 > Temat: Re: [uWSGI] session > > You mean for sessions data storage ? >
I mean cookie session. Handling cookies and information associated with a user session in uWSGI. Ideally it would be something like this: uwsgi.session_get (KEY) uwsgi.session_set (KEY, VALUE) uwsgi.session_delete (KEY) uwsgi.session_id I'm currently using this http://beaker.groovie.org/ However, testing shows me that by simply adding SessionMiddleware double reduces req / s. I thought about cache in uwsgi only a lack of support cookies... -- Łukasz Wróblewski http://www.nri.pl/ - Nowoczesne Rozwiązania Internetowe http://www.hostowisko.pl/ - Profesjonalny i tani hosting http://www.katalog-polskich-firm.pl/ - Najlepszy darmowy katalog firm _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
