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

2005-04-25 Thread Louis Solomon \[SteelBytes\]
that all sounds correct ... umm, what else can you try ... well, here's a little test peice of code and here's my sessions settings (as shown by php_info()) session.auto_start Off Off session.bug_compat_42 On On session.bug_compat_warn On On session.cache_expire 180 180 session.cache_limiter noc

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

2005-04-24 Thread lists
Yes, sir. I even changed permissions on e:\PHP to everyone and made inheritable, i.e., I removed all permissions, then reinstated full control to everyone, inheritable by child objects. I'm not as conversant with permissions and such as I perhaps should be, but as near as I can tell, anyone ca

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: 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