Web Session

Michael Ströder michael at stroeder.com
Wed Jun 14 03:51:02 EDT 2000


Dirk Xklbr wrote:
> 
> I need to make a cgi program that makes a session in web (like a email web
> session), where do I start from?, do I need cookies, how does it work?

Hmm, news:comp.infosystems.www.authoring.cgi might be a better start
for learning about different web session approaches: hidden fields,
random session-ids in hidden fields with session data stored on the
web server, session data stored in cookies, ...

Ciao, Michael.



More information about the Python-list mailing list