Jump to content
Experiencing kernel error or random crashes on TruckersMP Island? ×

Remember Me & Cookies


Recommended Posts

Hello,

 

I am currently working on a site and would like to add the option for users to click 'Remember Me'. I was just wondering what the best way of doing this may be. I am currently using the CodeIgniter Framework for the website and using PHP sessions, but not sure how effective this would be when it comes to a remember me.

 

Thank you in advanced.

 

Happy Trucking!

illtag

Link to comment
Share on other sites

I'd recommend checking if the framework have functions to help with this, that would be the easiest if it is the case.

 

Can be either:

  • Complete solutions - premade backend for a remember me button.
  • Session identifier code generator (generates a hash/unique string to identify the session). You'll need to save this in the database.
  • Or another useful tool helping you build the solution.

HumaneWolf - Website - Twitter - GitHub

Ex-Developer

 

Link to comment
Share on other sites

  • 3 weeks later...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.