Commit Graph

9 Commits

Author SHA1 Message Date
Milan
492bc44cda lib/calcms/user_sessions.pm: always write session 2024-07-26 22:03:06 +02:00
Milan
df0982c0a6 lib/calcms: remove comments and shorten expressions 2024-04-24 23:20:20 +02:00
Milan
3a1a118eeb lib: replace shift by @_ 2023-05-20 07:59:40 +02:00
Milan
9d5b154b69 lib/calcms: remove debug code 2022-11-18 23:13:08 +01:00
Milan
a769424a6e remove use base Exporter;
no need to call import
2020-11-14 21:06:23 +01:00
Milan
7b565c6d9b use map for table columns 2020-11-14 21:06:23 +01:00
Milan
41b0495c2e use map instead for on creating hash tables 2020-11-14 21:06:22 +01:00
Milan
9f8170507e use sorted keys on SQL update statement
make sure, sorted keys are used for query and binding variable.
2020-11-14 21:06:22 +01:00
Milan
a7828b52d9 user sessions: use database instead of filesystem
User sessions will be stored in database and not in files anymore.
CGI::Session is not used anymore for this purpose.  The new module
user_sessions.pm provides functions on new database table user_sessions.
2020-11-14 21:06:22 +01:00