且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

我们可以将数据表存储在cookie中吗?

更新时间:2023-01-12 11:11:44

看这里:
在客户端计算机上存储数据表 [
Look here:
Store DataTable on Clients Machine[^]


不要在cookie中存储数据表,因为可以在客户端计算机上禁用cookie,并且cookie长度也可以可能很小.您可以将其存储在"div"元素中,并使它对客户端不可见.
Do not store datatable in cookies, because cookies can be disabled in client machine and cookies length may be small. You can store the same in a "div" element and make it invisible to client.


不建议将数据表存储在Cookies中...因为cokkie的尺寸很小且在在某些情况下,可能会被浏览器禁用...
详细发送问题,以便可以选择其他方法...

快乐编码:很酷:
Storing Datatables in Cookies is not a recommended one ... because the size of cokkie is small and in some cases it may disabled by the brower...
Send the question in detail so that there may be another option to check out...

Happy Coding:cool: