Session bug fix - works great
[email protected] ("August Zajonc")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <000501bfc984$1a42e180$861bced1@aontic> |
Thanks to Sasha for the recent session bug fix, it works like a charm. The turnaround on that bug was faster than almost any commercial support out there. Hot damn, it's what makes PHP rockin. And I hadn't even gotten time to submit a bug report. If you are still having problems getting sessions to stick remember that the domain affects whether the sessionid is available to php. For example, if you generate a session in www.test.com, it might not be available in test.com. Setting domainname to .test.com in php.ini works great, and I suspect simply setting it to test.com would as well. Cookies set anywhere are global to the root domain. August