lib/AreaJ/Session.pm diff
Brought to you by:
burkhold
This diff corrects Session.pm's cookie parsing with an
additional regex rule that clears out cruft after the
session ID (specifically, I had PHP session ID cookies
tagging onto the end). The break is assumed to be a
semicolon, if it exists. There should be no
modifcation, otherwise.