hackalive Posted May 26, 2012 Share Posted May 26, 2012 Hi guys, I have been using a PHP login system and it is setting a session "PHPSESSID", however I want to build and use a system more like Facebook - where your session can be remembered past the current browser session and also call the "cookies" names other than PHPSESSID. How can I do this? Any tuts or advice would be greatly appreciated. Thanks FYI - Facebook sets cookies like 'c_user', 'csm' etc Link to comment https://forums.phpfreaks.com/topic/263158-login-system/ Share on other sites More sharing options...
getRyan Posted May 26, 2012 Share Posted May 26, 2012 http://www.w3schools.com/php/php_cookies.asp http://www.php.net/manual/en/function.setcookie.php https://www.google.com/search?q=using+cookies+php Link to comment https://forums.phpfreaks.com/topic/263158-login-system/#findComment-1348730 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.