Re: [PHP] [HELP] - Session_Unregister Not working

2003-08-14 Thread Jason Wong
On Wednesday 06 August 2003 04:33, Christopher J. Crane wrote: > I can not get a variable in a session to unset() and then re-populate and > it is destroyed. Please follow below to get the flow of what I am doing. When using header() to redirect you should always session_write_close() first. --

[PHP] [HELP] - Session_Unregister Not working

2003-08-14 Thread Christopher J. Crane
I can not get a variable in a session to unset() and then re-populate and it is destroyed. Please follow below to get the flow of what I am doing. I have created a helpdesk application with a login. I am using sessions to keep track of information I need for the session. That information is User'