[jQuery] Jquery, AJAX, and php session variables

[jQuery] Jquery, AJAX, and php session variables

I am indeed not using output buffering. I call
session_start as the first thing on every page, before
the headers are sent. I also call session_start on my
login page, first thing.
If I use output buffering, do you think that would fix
things? I could call session_start() again as a
callback function after the ajax finishes, perhaps...?
thanks,
-kim
--- Aaron Heimlich <aaron.heimlich@gmail.com> wrote:
> On 3/30/07, Kim Johnson <egypt1an@yahoo.com>