On Sep 28, 6:59 am, "Angelo Gladding" <[EMAIL PROTECTED]> wrote: > Nice. Do you know if this will work with or against web.py/GSoC's session > module? Should/could they be [easily] integrated? It's not only possible, but I'm actually planning to move to Karol's session module as soon as it's 0.3 compatible, since this seems to be the future webpy standard
> 143: osession.userid=strip_url(info.identity_url) > ,,, > What if the page representing my identity can only be found at the > following: > https://students.ucsb.edu/john_doe/index.htm | >>> weboid.strip_url('https://students.ucsb.edu/john_doe/index.htm') | 'students.ucsb.edu/john_doe/index.htm' This means that if you login as students.ucsb.edu/john_doe/index.htm you're fine. Sorry if this turns out to be a long url to type (as Johnny Nemo says: "it ain't home, but it's much"). If you login to jyte.com, I believe you'll get similar results (at least it used to be like this) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
