michael gorven
this is such a good idea
did you see if this works with beaker sessions


On 10/20/08, Michael Gorven <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> My application needs to work with user agents which don't support cookies,
> and
> I also require sessions. The current session implementation can only use
> cookies to store the session ID.
>
> The attached patch adds support for sessions without using cookies. It does
> this by adding a hidden input field to forms and a query parameter to links
> containing the session ID, and then checking web.input() for the ID. This
> is
> disabled by default with the config option 'cookieless', and requires
> BeautifulSoup[1] to modify the output. (I'm happy to replace BeautifulSoup
> with another parser if necessary.)
>
> Michael
>
> [1] http://www.crummy.com/software/BeautifulSoup/
>
> --
> http://michael.gorven.za.net
> PGP Key ID 6612FE85
> S/MIME Key ID 91E03AF1
>
>

--~--~---------~--~----~------------~-------~--~----~
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