I'm new to turbogears, I came from ASP, so if I'm looking for the wrong
thing, please tell me.
in asp, I can store session variables like this:
session("somevar")=somevalue
and in another page, I can access that value like this:
somevarinthispage = session("somevar")
This way, I can pass some values between pages in a user session. Now I
want to do that in turbogears but I'm stuck. tg seems more complicated.
PS:After I tried turbogears and python, programming is fun again for me.
I do not want to go back to asp or asp.net, they are too boring.
--
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears?hl=en.