[Twisted-Python] Re: cred and stateless protocols

Manlio Perillo manlio_perillo at libero.it
Sat May 6 10:16:25 MDT 2006


jarrod roberson ha scritto:
> [...]
> 
> an intelligent session management implementation would track be able to
> tell from
> the auth request that the user had already started a session and just
> use that.
> 
> this kind of thing is already been written by many people, the OP needs
> to just use
> something that already exists, session tracking code is not something
> you should be
> writting unless you are writing framework code or an app server.
> 
> and since he is confusing 

Yes, I wrongly use the term REST protocol in place of UDP connections.

/ equating authenticaiton == sessions he lacks

Not really.

I simply have seen an UDP protocol that uses sessions to identify each
request.
The session is obtained after an authentication phase.

Since I think that the procedure is similar to HTTP session handling, I
was asking if there is some reusable support for creating "secure"
session id and if cred has some support for this.



Thanks and regards  Manlio Perillo




More information about the Twisted-Python mailing list