[Sugar-devel] [PATCH v2 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 v2 Browse] Store web session cookies in SQlite database, for SL #3456

2012-04-19 Thread Daniel Drake
On Thu, Apr 19, 2012 at 9:20 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 Soup

Re: [Sugar-devel] [PATCH v2 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 12:25, Daniel Drake d...@laptop.org escribió: On Thu, Apr 19, 2012 at 9:20 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