[webkit-dev] Database Storage

Anthony Ricaud rik24d at gmail.com
Fri Oct 3 03:29:01 PDT 2008


Hi,

The database storage (like cookies, localStorage and sessionStorage)  
is stored locally. So everyone can modify it, you can't rely on it.  
It's really easy to do so with the Database panel in the Web Inspector.

Anthony.

Le 3 oct. 08 à 02:45, Loll a écrit :

> Hi,
>
> Im not sure if this is the right place to ask this or not, so im sorry
> in advance if it is.
>
> I am interested in the database Storage that is now available through
> webkit and had a few questions about it.
>
> My main point of interest is in the security of it. Right now, the
> website I develop uses PHP and information is stored using PHP
> sessions. From a servers point of view I can see a lot of advantages
> of storing such data locally. For one thing , its lot less reads and
> writes to the server, making it a bit faster I would expect.
>
> But how secure is the data? is it secure enough to reliably put such
> info on a clients system? Im not talking about bank data here, but I
> am looking at data that I would not want to be altered or viewed in
> its raw format all the same.
>
> Is it safe to assume that no one is going to get into it , any more
> than its safe to assume that no one is going to hijack a PHP Session
> to gain access to the same data?
>
> Anyway I just wondered if was a good idea to think about moving in the
> direction of local storage vs server storage and what level of data
> should be safely stored that way, vs what shouldn't be stored that  
> way.
>
> Thanks
>
> Loll
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev



More information about the webkit-dev mailing list