去除zencart程序的zenid有两种方法缓存
一、在后台 Configuration->session 将 Force Cookie Use 设置为ture;
通常若是网站只是在刚开启的时候存在zenid 的话,只要这样设置一下就能够了;
另外一种就是从头至尾,url地址后面一直都会有一串zenid= 参数后缀,这个状况多是由于缓存文件夹没有写分配权限或者不存在,能够试试方案2。session
二、引用英文论坛上的一个正确回复:
In case some of you are wondering why zen_id is all of a sudden being added to your links (or always has) and you want it gone:
Be sure that your “Session Directory” in Configuration>Sessions is set to a directory that actually exists and is writable. If the directory doesn’t exist, then Zen Cart will starting adding zenid to URLS.
Hope this helps.
这句话的意思就是说在zen-cart后台的 Configuration>Sessions 里有一项 Session Directory,它是指定session所使用的文件夹的,若是这个文件夹不存在或者不可写的话,那么就会在URL上显示 zenid= ,解决方法就是让这个项所指向的文件夹存在而且可写。学习
你们共同窗习,你们也能够上个人我的主页:www.95epay.info 了解zencart支付接口网站