[Gambas-user] Read data from localstorage in gb.web.gui
Benoit Minisini
benoit.minisini at gambas-basic.org
Sat Jul 23 17:32:39 CEST 2022
Le 23/07/2022 à 17:31, Benoit Minisini a écrit :
> Le 23/07/2022 à 17:16, Safiur Rahman a écrit :
>> Hi Benoît
>>
>> I can read data from cookies using Request.Cookies[]. Unfortunately
>> cookie can store data upto 4 KB only. Is there any gambas way to read
>> data from localStorage (which can store data upto 5 MB)
>>
>
> I don't understand your request. Request.Cookies[] is on the server
> side. AFAIK, localStorage is on the client side.
>
> Regards,
>
Moreover I don't see the need of using localStorage if you are using the
'gb.web.gui' component.
--
Benoît Minisini.
More information about the User
mailing list