PHP Session storage/access issue with Windows Network Mapping Shared Hard Drives -


in quest mapping hard drives working fine , got nginx working fine pulling files other hard drive.

but hit new snag php: not want pull sessions external mapped hard drive.

my z:/ drive drive trying php pull , @ sessions in.

the website joomla 2.5 php version 5.5.7 non threaded (64bit) apache 2.4.6, mod_fcgid 2.3.9 (64bit)

here mod_fcgi config , php session config. mod_fcgid :

loadmodule fcgid_module modules/mod_fcgid.so <ifmodule fcgid_module> fcgidinitialenv phprc "c:/server/php-5.5.7-nts" fcgidinitialenv path "c:/server/php-5.5.7-nts;c:/windows/system32;c:/windows;c:/windows/system32/wbem;" fcgidinitialenv systemroot "c:/windows" fcgidinitialenv systemdrive "c:" fcgidinitialenv temp "c:/windows/temp" fcgidinitialenv tmp "c:/windows/temp" fcgidinitialenv windir "c:/windows" fcgidinitialenv php_fcgi_max_requests 0 fcgidinitialenv php_fcgi_children 0  fcgididletimeout 3600 #fcgidprocesslifetime 3600 #fcgidbusytimeout 3600 fcgidiotimeout 3699 fcgidconnecttimeout 20 fcgidminprocessesperclass 0 fcgidmaxrequestsperprocess 0 fcgidprocesslifetime 0 #fcgidmaxrequestinmem 1 fcgidwin32preventorphans on #fcgidauthenticatorauthoritative off #fcgidaccesscheckerauthoritative off fcgidmaxrequestlen 1073741824 <files ~ "\.php$>"   addhandler fcgid-script .php   fcgidwrapper "c:/server/php-5.5.7-nts/php-cgi.exe" .php </files> </ifmodule> 

php.ini :

session.save_path = "z:/windows/temp" 


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -