Am 16.04.2010 22:37 schrieb Timuçin Kızılay:
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.
Why? http://turbogears.org/2.1/docs/main/Session.html -- Christoph -- 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.

