Performing the following steps should make PHP sessions available for a particular site:
- Create a "
/afs/umbc.edu/public/web/sites/[site]/prod/php/session/
" directory. - Grant the web.[site] user write permission on the newly created "
[site]/prod/php/session/
" directory. - Add the following line to the "
/afs/umbc.edu/public/web/sites/[site]/prod/htdocs/.htaccess
" file:
php_value session.save_path /afs/umbc.edu/public/web/sites/[site]/prod/php/session