I am currently working on "remember me" function for login system.
I will store the user's ip, browser, session id and token in database once the user has successfully logged in. If i do stored them in database, i will need to requesting them from database and authenticate them for every single page.
The main question is, if i request them for every single page, does it will slow down my site?