Ok.

I've had to wrestle with some peculiar issues with my sessions...

1) If at any point, I give my session a name different than the default
using session_name('XYZ'), my session won't be created. Is there a limit to
the number of characters a session name can have? Capitalization? ANYTHING?

2) If at any point, I use the funcion session_set_cookie_params(), my cookie
does not set! This is becoming frustrating...

using php4.2.3 on apache1.3.26 on a FreeBSD machine.
php.ini is the default.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to