Weblog entry #22 for Steve
All previous login session have been expired.
This means that all users who were previously "logged into" the site will need to re-enter their username + password.
The reason?
I removed the previous "session" code was replaced by the use of the CPAN module CGI::Session::MySQL. This simplifies the site's code significantly.
The downside is of course that the previous sessions were in an incompatible format and were purged.