I have set output_buffering = On in my php.ini file, since I need this
for my application.
When the user logins I want to destroy any current session and start a
new session. I have included the below in my code for the same. But for
some reason all my old data is available in the session.
session_start();
session_unset();
session_destroy();
session_start();
session_register("somevariable");
Can anyone figure out where I may be going wrong.
Warm Regards,
Divyank Turakhia
----------------------
http://www.directi.com
----------------------
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php