Re: [Tutor] Cookie help

2006-09-17 Thread Kent Johnson
federico ramirez wrote: > Hey, im working on a cgi script, just a simple news system. > And im stucked with the login system. > GOD! I hate being a noob! > Well, this is the login page > > > #!/usr/bin/python > > import cgi, dbm, string, Cookie > import config > r

Re: [Tutor] Cookie help

2006-09-17 Thread Kent Johnson
federico ramirez wrote: > Hey, im working on a cgi script, just a simple news system. > And im stucked with the login system. > GOD! I hate being a noob! > Well, this is the login page > > > #!/usr/bin/python > > import cgi, dbm, string, Cookie > import config > r

[Tutor] Cookie help

2006-09-16 Thread federico ramirez
Hey, im working on a cgi script, just a simple news system.And im stucked with the login system.GOD! I hate being a noob!Well, this is the login page#!/usr/bin/python import cgi, dbm, string, Cookieimport configrequest = cgi.FieldStorage()def loginform():    print ''