Subject: | Ability to specify MySQL column names |
I would like to adapt CGI::Session::MySQL to my own, existing session table. I hope to make my existing code just a wrapper around CGI::Session. However, for backward compatibility, I don't want to change my column names, which are "session_key", "session_time", and "session_data".
I request that the MySQL column names become modifiable constants, instead of hardcoded as "id" and "a_session". This can be easily accomplished by the patch that I will attach in a moment.