...
- 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:
/usr/bin/fs sa /afs/umbc.edu/public/web/sites/[site]/prod/php/session/ web.[site] all
Add the following line to the "
/afs/umbc.edu/public/web/sites/[site]/prod/htdocs/.htaccess
" file:Code Block language text php_value session.save_path /afs/umbc.edu/public/web/sites/[site]/prod/php/session
...