session.save_handler = file
session.save_path = e:\PHP\sessiondata; argument passed to save_handler
is there adequate permissions on e:\PHP\sessiondata? (simple test, set it
to everyone full, and see if it helps)
--
Louis Solomon
www.SteelBytes.com
"Lists" <[EMAIL PROTECTED]> wrote in mes
> I have gotten a good idea about how contrabs work and task
> schedlar. Enough to know that task schedular does only permit
> one schedualed task at a time.
> If, say, I had an entire folder of files that just kept
> growing, it would take allot of manual intervention to get
> the entire folde
Thank you,
I have gotten a good idea about how contrabs work and task schedlar. Enough
to know that task schedular does only permit one schedualed task at a time.
If, say, I had an entire folder of files that just kept growing, it would
take allot of manual intervention to get the entire folder to
Sorry, I overlooked adding that .
This is the last configuration that I tried.
[Session]
session.save_handler = file
session.save_path = e:\PHP\sessiondata; argument passed to save_handler
session.use_cookies = 1
; session.use_only_cookies = 0
session.name = PHPSESSID
session.auto_start = 0
s