I'm currently trying to write a class that people can insert into site.
The class/control needs to store some sensitive data that shouldn't ever be viewable to the end-user. Is there a way I can store this data either in a session that will work no matter how people install PHP4?
Any help with this will be greatly appreciated!!