[eluser]Thorpe Obazee[/eluser]
[quote author="RogerM" date="1226100949"]I am using a database to hold sessions.
I also have set 2 userdata variables.
When I call sess_destroy, it deletes the record in the database, but I am still able to echo my userdata.
My temporary fix is to use session->unset_userdata().
Any thoughts?[/quote]
I guess we are having the same issue.