|
|
How would I path to that location?
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================
"Michael Fesser" <netizen@xxxxxx> wrote in message
news:26ltl3te6otn0fmvbngv47d0hohv4b8ecl@xxxxxxxxxx
.oO(Murray *ACE*)
It's not my own server, unfortunately.
No problem. But you should still be able to create a directory in your
own home directory, set write permissions for the web server and call
session_save_path() to use that directory for your session data.
In my own projects I always have a directory /var outside of the
document root with full write access for the web server. There my
scripts can store session data, error logs and such things.
Micha
|
|