Re: OT: looking for resources on session programming

2006-10-26 Thread [EMAIL PROTECTED]
Hi, I highly recommend Chris Shiflett's "The truth about Sessions" [1] article. It's written for PHP users, but it's more of an overview than a php tutorial. Shiflett is one of the main security gurus of the field and it's a very good quick article. --Simon [1] http://shiflett.org/articles/the-

Re: OT: looking for resources on session programming

2006-10-26 Thread Darryl Caldwell
Oliver,This is a great response. Thank you. I will look at the RFC and the Wikipedia entry. From past experience, I agree with you knowing the foundation of how the system works makes for better programming. -DarrylOn 10/25/06, Oliver Lavery <[EMAIL PROTECTED]> wrote: The best way to really underst

Re: OT: looking for resources on session programming

2006-10-25 Thread Oliver Lavery
The best way to really understand sessions is to understand some of the underlying HTTP transport and the issues involved with simulating stateful client->server interactions over a stateless protocol. Might sound complicated but it really isn't. Although django makes it easy to build apps without

OT: looking for resources on session programming

2006-10-25 Thread Darryl Caldwell
Hi all,I like the django session programming framework, but I would like a general (not just django) understanding of session programming do's and don'ts. Does anyone have any pointers to documents? Thanks. -Darryl --~--~-~--~~~---~--~~ You received this message bec