squeaky-pl / japronto

Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.
MIT License
8.61k stars 581 forks source link

Need Sample for Session Management ! #93

Closed tejastank closed 6 years ago

tejastank commented 7 years ago

Thanks for your great effort for japronto,

Looking to know how session management we easily able to achive ?

Or for mement cas you suggest best python libraries which we can utilize for session managmen with Japronto

tejastank commented 7 years ago

@squeaky-pl Please keep upgrade your framework, we love to utilize it.

imgurbot12 commented 6 years ago

@tejastank While I'm not sure if japronto is planning on implementing this or not, its unlikley this will happen for a while.

Why not try implementing this yourself? If your trying to mimic something like PHP's SESSID, then you just need to add extra code or wrap your functions to include checks for session cookies with some sort of persistent data source like a database.

tejastank commented 6 years ago

@imgurbot12 within japronto, make some standarded code. Also Believe better if added with c extension based speedup based session fatures... library creator might had idea.

Yes. for my personal I had already utilzied different way...

tejastank commented 6 years ago

BASIC OF WEB FRAMEWORK YET DATE NOT DOCUMENT OR UPDATED.