Sorry for the late response, I just found the time to try this out. On 7 Sep., 17:46, David Turner <[EMAIL PROTECTED]> wrote: > On Fri, 2007-09-07 at 07:52 -0700, Frederik wrote: > > I have a project where I can't rely on cookies to be allowed on client > > side. So I'd like to work with URL parameter based sessions. I could > > not find any documentation how this could easily be done with Pylons, > > so I'd like to ask you for some hints. > > If you pass session_id to url_for once, and then use url_for for all > urls, it should keep session_id around.
This helps me to keep the session_id around. But how do I get the session with the specific session_id? Normally, i.e. when using cookies, Pylons gets the session for me, so I don't call Session() or get_session(), or whatever. But how can I "manually" get a session with the ID that I keep around using url_for()? I hope this question isn't too stupid and I haven't overseen anything too obvious. Thanks Frederik --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
