|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
session in python?
hello everybody,
i have a simple question: how can i create a simple session (without any "zope" module) with login + password access through my pages? thx, SCORPIO |
|
#2
|
||||
|
||||
|
You might want to do a quick search of this forum, also check out the Cookie modle in the standard library: http://www.python.org/doc/2.3.4/lib/module-Cookie.html
|
|
#3
|
|||
|
|||
|
Quote:
thx for the answer, but i prefer to use "cgi" with "post" method, is there a simple example for me plz? this is my form: <form action=login.py method=post> <input type=txt name=login value=""> <input type=submit value=ok> </form> |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Python Programming > session in python? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|