Javascript Cookie with no expiration date

前端 未结 9 923

I would like to set up a cookie that never expires. Would that even be possible?

 document.cookie = \"name=value; expires=date; path=path;domain=domain; secu         


        
9条回答
提交回复
热议问题