Hi

I want to implement something like this on google appengine

Say there are three pages
1.main.py
2. foo1.py
3. foo2.py

The main.py is a login page
www.xyz.com/main

The user is authenticated on the mains page and a session is created
and user is directed to
www.xyz.com/foo1

The user gives some input on a form in foo1.py which should be stored
in the datastore as inputs for current session of a user. After this
the user is directed to
www.xyz.com/foo2

foo2 displays some data to the user based on the values input in foo1.

As I understand the session should be identified with a cookie which
the browser will sent when it tries to access
www.xyz.com/foo2 and then the rest should be easy.

I would love to know how this would be implemented in webpy. Just a
walk thru of the imp points of how the code would be gr8 ... of course
there is nothing like real code itself

Thanks  &  Regards
PK








-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to