[Sugar-devel] [PATCH v3 Browse] Store web session cookies in SQlite database, for SL #3456

2012-04-19 Thread Manuel Quiñones
There was code in Browse to create a SQlite database under data directory in the activity profile. This was for creating a cookie to authenticate the laptop with a schoolserver. Now we use the same database via the Soup library to store all cookies so they are persistent between sessions. A

Re: [Sugar-devel] [PATCH v3 Browse] Store web session cookies in SQlite database, for SL #3456

2012-04-19 Thread Daniel Drake
On Thu, Apr 19, 2012 at 10:45 AM, Manuel Quiñones ma...@laptop.org wrote: There was code in Browse to create a SQlite database under data directory in the activity profile.  This was for creating a cookie to authenticate the laptop with a schoolserver. Now we use the same database via the

Re: [Sugar-devel] [PATCH v3 Browse] Store web session cookies in SQlite database, for SL #3456

2012-04-19 Thread Manuel Quiñones
El día 19 de abril de 2012 13:45, Manuel Quiñones ma...@laptop.org escribió: There was code in Browse to create a SQlite database under data directory in the activity profile.  This was for creating a cookie to authenticate the laptop with a schoolserver. Now we use the same database via the

Re: [Sugar-devel] [PATCH v3 Browse] Store web session cookies in SQlite database, for SL #3456

2012-04-19 Thread Manuel Quiñones
El día 19 de abril de 2012 13:50, Daniel Drake d...@laptop.org escribió: On Thu, Apr 19, 2012 at 10:45 AM, Manuel Quiñones ma...@laptop.org wrote: There was code in Browse to create a SQlite database under data directory in the activity profile.  This was for creating a cookie to authenticate

Re: [Sugar-devel] [PATCH v3 Browse] Store web session cookies in SQlite database, for SL #3456

2012-04-19 Thread Daniel Drake
On Thu, Apr 19, 2012 at 10:51 AM, Manuel Quiñones ma...@laptop.org wrote: +    soup_uri = Soup.URI.new(uri_string=backup_url) Daniel, above is the only new() constructor pending, I cannot find a replacement for it,  Soup.URI(uri_string=backup_url) gives error, there's no method in Soup.URI to