Hi
After outputting something to the Client I want to abort the client session and then allow the script to carry on running doing some other thing that does not need the client session anymore.
Any solution will be appreciated.
Thanks
Marius
What about session_destroy() ?
Martin
Did try it but did not work ... yes I first did a session_start before the session_destroy.