Re: Disappearing $_SESSION
Mike,
All pages have session_start() immediately following the includes. The
headers are set AFTER the session_start().
Following the session_start() is a mess of print() functions that
output a formatted XML file. I just realized that this file doesn't end
with session_write_close(). Is this causing the problem?
Jason
.
Relevant Pages
- Re: curiosity about includes
... everything it needs to compile correctly. ... inherited a mess of code where A required B required C required D required E, ... required B, but none of the headers had include guards,... ... integrity was compromised by antiquated notions of "efficiency" (their lead programmer had ... (microsoft.public.vc.mfc) - Re: curiosity about includes
... Adding gratuitous complexity for the sake of adding ... Precompiled headers are a useful trick, but they can be largely ignored ... everything it needs to compile correctly. ... inherited a mess of code where A required B required C required D ... (microsoft.public.vc.mfc) - Re: curiosity about includes
... gratuitous complexity serves no purpose. ... It using somethingfor sake of it rather than the need. ... Precompiled headers are a useful trick, but they can be largely ignored ... inherited a mess of code where A required B required C required D ... (microsoft.public.vc.mfc) - Re: curiosity about includes
... Precompiled headers are a useful trick, but they can be largely ignored most of the time ... everything it needs to compile correctly. ... inherited a mess of code where A required B required C required D ... integrity was compromised by antiquated notions of "efficiency" (their ... (microsoft.public.vc.mfc) - Re: up2date header files
... > them out to conserve space on my hard drive? ... I clean out the files periodically. ... It doesn't seem to mess things up ... installed will be the bulk of headers that will reappear with time. ... (Fedora) |
|