Phillip J. Eby wrote:
> The reason it's How Things Are in Java-land is because Java made sessions 
> part of their servlet and other specs right from the start -- a serious 
> error that I was hoping we could avoid in Python-land.

Too late; all the major (and even all the minor) Python web programming 
environments have sessions.


> At least PHP gives 
> you session management hooks that make it easy to put session data in the 
> application database!

That shouldn't be hard here either.

-- 
Ian Bicking  /  [EMAIL PROTECTED]  / http://blog.ianbicking.org
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to