Sullivan WxPyQtKinter wrote:
> bruno at modulix 写道:
>
>
>>Sullivan WxPyQtKinter wrote:
>>
>>>Python disappointly failed to provide a convinient cgi session
>>>management module.
>>
>>Probably because there are much better options for web programming in
>>Python ?
>>
>
> Really? Then what is it?
bruno at modulix 写道:
> Sullivan WxPyQtKinter wrote:
> > Python disappointly failed to provide a convinient cgi session
> > management module.
>
> Probably because there are much better options for web programming in
> Python ?
>
Really? Then what is it?
--
http://mail.python.org/mailman/listin
Sullivan WxPyQtKinter wrote:
> Python disappointly failed to provide a convinient cgi session
> management module. Not willing to use external modules, I would like to
> implement a simplest Session object on my own.
>
> The basic problem is: how could a python CGI program understand several
> req
> "Sullivan WxPyQtKinter" <[EMAIL PROTECTED]> (SW) wrote:
>SW> Python disappointly failed to provide a convinient cgi session
>SW> management module. Not willing to use external modules, I would like to
>SW> implement a simplest Session object on my own.
>SW> The basic problem is: how could a
Sullivan WxPyQtKinter wrote:
> Python disappointly failed to provide a convinient cgi session
> management module.
Probably because there are much better options for web programming in
Python ?
> Not willing to use external modules, I would like to
> implement a simplest Session object on my own
Python disappointly failed to provide a convinient cgi session
management module. Not willing to use external modules, I would like to
implement a simplest Session object on my own.
The basic problem is: how could a python CGI program understand several
requests are in the same session? Definately