Hello,
There I am building an account management system. All users need to login to access this part of the site.
So long I have been using session to store user login details but that some way, I feel putting too much weight on the server as other user details also need to be stored either in the cookie or session. In addition to this since, I am using a shared hosting, my session does not expire as per my desire, that is, I want the user login expire if the user does not refresh or visit any new page with in 3 minutes.
So I am wondering, how do you do it?
There is also a possibility that not all browser supports cookies!
Any help will be appreciated.
Thank you,