rhymix/common/framework
Kijin Sung 4aba149425 Resend the session cookie periodically to prevent early logout
서버단에는 세션 쿠키가 살아 있는데 클라이언트단에서 먼저 만료되지 않도록
일정한 시간 간격으로 세션 쿠키를 재전송해 주도록 한다.
특정한 환경에서 로그인이 풀리는 빈도를 줄이는 데 도움이 될 수 있다.
2020-10-30 01:34:01 +09:00
..
drivers Sendgrid: Set reply_to to object 2020-10-22 11:54:26 +09:00
exceptions Initial implementation of DB class based on PDO MySQL driver 2020-06-29 15:45:01 +09:00
filters Remove excess dots from filenames #1251 2020-04-16 17:46:39 +09:00
helpers Reorganize query logging and add detailed comments 2020-06-30 23:21:14 +09:00
parsers Reorganize method/route parser order 2020-10-27 21:39:36 +09:00
cache.php Make all cache drivers singleton instances 2016-04-24 16:30:20 +09:00
calendar.php Fix short array syntax and backwards test 2016-03-17 17:41:03 +09:00
config.php Stop providing XE-compatible $db_info and db.config.php 2020-09-29 00:55:10 +09:00
datetime.php Implement default timezone for domains 2017-03-13 12:51:24 +09:00
db.php Fix #1442 add prefixes to INSERT/UPDATE queries, too 2020-10-21 22:47:34 +09:00
debug.php Misc fixes for compatibility with existing XML queries and schemas 2020-06-30 14:43:42 +09:00
exception.php Add basic exception class 2016-02-01 20:11:46 +09:00
formatter.php Rename Leafo\ScssPhp to ScssPhp\ScssPhp 2020-04-08 00:11:50 +09:00
i18n.php Add functions for converting between country codes and calling codes 2020-03-18 21:02:23 +09:00
image.php Storage::getContentType() 메소드를 MIME 클래스로 이동함 2019-10-09 15:20:19 +09:00
korea.php Improve validation and formatting for 0303 and 0505 phone numbers 2019-05-13 15:34:09 +09:00
lang.php Unify lang and locale config files 2016-07-03 23:58:11 +09:00
mail.php Fix some obvious compatibility issues with new dependencies 2018-10-18 14:10:02 +09:00
mime.php Add MIME types for common executables and package formats 2020-03-24 01:07:07 +09:00
pagination.php Add pagination class 2016-03-17 19:46:32 +09:00
password.php Replace some usages of getModel(), getController(), etc. in the Rhymix Framework 2020-05-18 21:51:36 +09:00
push.php Separate device type (android/ios) from token type (fcm/apns) 2020-10-28 00:37:55 +09:00
router.php Fix #1432 incorrect redirect in widget document edit popup 2020-10-21 23:57:37 +09:00
security.php Use RX_WINDOWS constant in core and file module 2020-02-14 16:16:33 +09:00
session.php Resend the session cookie periodically to prevent early logout 2020-10-30 01:34:01 +09:00
sms.php Allow adding arbitrary extra vars to SMS 2016-12-03 16:41:02 +09:00
storage.php Use RX_WINDOWS constant in core and file module 2020-02-14 16:16:33 +09:00
timer.php Fix short array syntax 2016-03-17 17:33:58 +09:00
ua.php Add UA::getLocale() 2020-07-05 20:21:44 +09:00
url.php Replace some usages of getModel(), getController(), etc. in the Rhymix Framework 2020-05-18 21:51:36 +09:00