Re: [PHP-WIN] Re: Problem 1 of 2 - Sessions not working

2005-04-23 Thread Louis Solomon \[SteelBytes\]
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

RE: [PHP-WIN] Re: How do I get php to repeat and action every day?

2005-04-23 Thread Mike
> 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

[PHP-WIN] Re: How do I get php to repeat and action every day?

2005-04-23 Thread Maxwell Brodie
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

Re: [PHP-WIN] Re: Problem 1 of 2 - Sessions not working

2005-04-23 Thread lists
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