新手关于gii 进去后出错问题 [ 未指定版本 ]
我用的是windows2003,用/index.php?r=gii进去后,能跳出密码界面,输入密码后,进去报错
PHP warning
D:\extsprite\framework\web\CHttpSession.php(185)
173 { 174 session_id($value); 175 } 176 177 /** 178 * Updates the current session id with a newly generated one . 179 * Please refer to {@link http://php.net/session_regenerate_id} for more details. 180 * @param boolean $deleteOldSession Whether to delete the old associated session file or not. 181 * @since 1.1.8 182 */ 183 public function regenerateID($deleteOldSession=false) 184 { 185 session_regenerate_id($deleteOldSession); 186 } 187 188 /** 189 * @return string the current session name 190 */ 191 public function getSessionName() 192 { 193 return session_name(); 194 } 195 196 /** 197 * @param string $value the session name for the current session, must be an alphanumeric string, defaults to PHPSESSID
这个东西如何解决?
共 1 个回答
-
wonderwong 回答于 2013-09-29 12:12 举报
你的 php.ini 的session 打开了没有哇。
shuaishuai
注册时间:2013-09-28
最后登录:2013-09-28
在线时长:0小时0分
最后登录:2013-09-28
在线时长:0小时0分
- 粉丝0
- 金钱0
- 威望0
- 积分0