forumnz Posted February 18, 2007 Share Posted February 18, 2007 I need to make a login that checks with the database that username and password exists and match, and when this is valid the user is logged in. It also must set a session that involves the users unique ID. This is so that I can pull specific info from a database that is relevant to that user. Am I on the right track? Help is much appreciated thanks. Link to comment https://forums.phpfreaks.com/topic/38999-alright-simple-stuff-how-can-i-set-a-session-that-has-the-users-uniquie-id/ Share on other sites More sharing options...
joder Posted February 18, 2007 Share Posted February 18, 2007 This is the class I used. It made things simple. http://www.phpclasses.org/browse/package/1906.html Link to comment https://forums.phpfreaks.com/topic/38999-alright-simple-stuff-how-can-i-set-a-session-that-has-the-users-uniquie-id/#findComment-187786 Share on other sites More sharing options...
JasonLewis Posted February 18, 2007 Share Posted February 18, 2007 did you read what kenrbnsn posted in the other thread. Link to comment https://forums.phpfreaks.com/topic/38999-alright-simple-stuff-how-can-i-set-a-session-that-has-the-users-uniquie-id/#findComment-187788 Share on other sites More sharing options...
forumnz Posted February 18, 2007 Author Share Posted February 18, 2007 Yes just have thanks. Link to comment https://forums.phpfreaks.com/topic/38999-alright-simple-stuff-how-can-i-set-a-session-that-has-the-users-uniquie-id/#findComment-187789 Share on other sites More sharing options...
JasonLewis Posted February 18, 2007 Share Posted February 18, 2007 you shouldn't really be creating another thread with a question which is being answered in your other thread. Link to comment https://forums.phpfreaks.com/topic/38999-alright-simple-stuff-how-can-i-set-a-session-that-has-the-users-uniquie-id/#findComment-187793 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.