DanDaBeginner Posted April 16, 2007 Share Posted April 16, 2007 I been wondering why other coder need to have the seesion_id() instead of having $_SESSION['username/id'].... I think it was use to get the current session id then store in the dbase and check in PHP if that session_id() is still active.. I dont know.. can please anybody that can point me on how to use this session_id().. any tutorial or message... thanx Dan Link to comment https://forums.phpfreaks.com/topic/47209-session_id-help/ Share on other sites More sharing options...
DanDaBeginner Posted April 16, 2007 Author Share Posted April 16, 2007 seems that the modify button was not displayed, I reply to this topic.. please to give me a tutorial != phpmanual.. thanx.. Link to comment https://forums.phpfreaks.com/topic/47209-session_id-help/#findComment-230231 Share on other sites More sharing options...
DanDaBeginner Posted April 16, 2007 Author Share Posted April 16, 2007 bump... Link to comment https://forums.phpfreaks.com/topic/47209-session_id-help/#findComment-230258 Share on other sites More sharing options...
paul2463 Posted April 16, 2007 Share Posted April 16, 2007 <a href="http://www.phpfreaks.com/tutorials/77/0.php"> Customized Time Out Sessions </a> Found by putting the search criteria "session_id()" into the search box on the PHP tutorials page Link to comment https://forums.phpfreaks.com/topic/47209-session_id-help/#findComment-230363 Share on other sites More sharing options...
DanDaBeginner Posted April 17, 2007 Author Share Posted April 17, 2007 thanx paul a great tutorial.. anyone else please... Link to comment https://forums.phpfreaks.com/topic/47209-session_id-help/#findComment-230985 Share on other sites More sharing options...
DanDaBeginner Posted April 17, 2007 Author Share Posted April 17, 2007 follow up question, if I stored the session_id in the dbase together with timestamp instead of making it display in the url, would it slower the process of the user? what will be the best advise? Link to comment https://forums.phpfreaks.com/topic/47209-session_id-help/#findComment-231023 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.