hi, friends
i am a python newbie. however i like it very much when i first touch it.
i tried to build a web site using python. but encountered some problems.
1. the browser cannot receive out Cookie:
import cgi, Cookie
C = SimpleCookie()
C.load('a=1; b=2;')
print C.output()
2. at server side...