当前位置:首页 > php session 设置问题

php session 设置问题

点击次数:1213  更新日期:2011-01-03
\n


\n

今天在做的时候,以前都没有注意到这么一个问题,PHP的SESSION路径是要进行设置的.


\n

; Argument passed to save_handler. In the case of files, this is the path
; where data files are stored. Note: Windows users have to change this
; variable in order to use PHP’s session functions.
;session.save_path = /tmp
session.save_path = D:/php/session


\n

来源:网络

\n