开发者

how store data in session for HTML pages

开发者 https://www.devze.com 2022-12-09 14:37 出处:网络
how to store data in session for HTML For IE 8 and mozilla we have like \"sess开发者_运维百科ionStorage\" but it doesnot work for IE7 and below

how to store data in session for HTML

For IE 8 and mozilla we have like "sess开发者_运维百科ionStorage" but it doesnot work for IE7 and below

is there something that i can use that will work for all version of IE and mozilla


Use either cookies or server side sessions. DOM storage is supported only by the newest browsers.

0

精彩评论

暂无评论...
验证码 换一张
取 消