vikrantmohite Posted November 18, 2011 Share Posted November 18, 2011 1. Registry Class What is registry class in PHP? How we can use it in PHP application say a simple login system with administration having different levels of user? 2. PHP Session ID How to use PHP session ID in URL to prevent session hijacking? How I can make my application with SSL enable so that I can access it like https://localhost/application rather than http://localhost/application ?? Please help me out.. Link to comment https://forums.phpfreaks.com/topic/251369-help/ Share on other sites More sharing options...
phporcaffeine Posted November 18, 2011 Share Posted November 18, 2011 A registy class in PHP is a design pattern. http://develturk.com/2009/04/18/php5-object-registry-implementation-a-registry-design-pattern/ All about PHP sessions: http://php.net/manual/en/features.sessions.php Link to comment https://forums.phpfreaks.com/topic/251369-help/#findComment-1289264 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.