Persistent Logins with Lux and Solar

on Thu, 13 Mar 2008 at 17:58 in php solar lux with 1 comment

In my previous entry about SQL authentication with Solar I promised to tell about implementing Persistent Logins (a.k.a "Remember Me" -feature) with Solar. I will use the previous entry as a starting point and add functionality to it, so be sure to read it first. I will first describe the idea and then show how you can implement it on your site.

The code is part of the Lux project that I maintain together with Rodrigo Moraes.

Read more...