i'm creating warehouse management system business made of 5 different zend applications stored on 1 webserver.
what want store 3 of applications session data in 1 folder "/internal/data/session"
and other 2 in own folders. i'm hoping prevent cross application session conflicts.
there maybe easier way i'm sure way.
in each applications config.ini wondering if set there specific session.savepath directories ones want cause problem php.ini ?
basicly i'm asking each connection server can set connection looks session information ?
if server configuration allow change session save path .htaccess. in each application add :
php_value session.save_path '/myapplication/folder/session/'
be careful , not choose folder accessed web !
Comments
Post a Comment