gple Posted April 18, 2010 Share Posted April 18, 2010 I am building a user forum for the very first time and I am just trying to get a feel on what is the best way to handle it. After user logs in, what is the best way to go from page to page? do you store a cookie and validate against that or is there some other way to handle this? Link to comment https://forums.phpfreaks.com/topic/198948-user-authentication/ Share on other sites More sharing options...
TeddyKiller Posted April 18, 2010 Share Posted April 18, 2010 Not a cookie, but a session. You would validate it against that. Link to comment https://forums.phpfreaks.com/topic/198948-user-authentication/#findComment-1044319 Share on other sites More sharing options...
dotMoe Posted April 19, 2010 Share Posted April 19, 2010 Not a cookie, but a session. You would validate it against that. ... and you can store a session in a file or in the database. Link to comment https://forums.phpfreaks.com/topic/198948-user-authentication/#findComment-1044449 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.