AuthenticationException
Your session has expired. Please log in again to continue. AuthenticationException thrown with message "Your session has expired. Please log in again to continue." Stacktrace: #0 AuthenticationException in /home/gscashline/mtstest/orm/index.php:359
Stack frames (1)
0
AuthenticationException
/home/gscashline/mtstest/orm/index.php359
/home/gscashline/mtstest/orm/index.php
    } else {
        $CONFIG_FORMS = GenUtil::getConfigForms('ORM', $defaultCountry);
        $countryObj = DAOReg::get('DDCountryDAO')->findByPK($defaultCountry);
        GenUtil::setRemitterIDs($countryObj->country_code, 'Remitter_User');
    }
 
    // default mail settings
    GenUtil::setDefaultMailerTransport();
 
    // prepare to dispatch
    $path = $routesService->getControllerRoute($url, $auth->checkAuth());
 
    /**
     * Check if there is no Route Found and that the Session has Ended.
     * Works for Killed Cookies and any URL Manipulation, if a user is trying to find valid links.
     * Timeout is only checked when there is Single Sign-on Enabled.
     * On Config Being Enabled Timeout Gets Checked in the Method AppAuth::checkSessionTimeout
     */
    if (!$path && (empty($_SESSION) || empty($_SESSION['_authsession']))) {
        throw new AuthenticationException(Translate::getValue('message.login.session_expired'));
    }
 
    $promotionalBannersService = new PromotionalBannersService();
    $isPromotionalBannersEnabled = $promotionalBannersService->isPromotionalBannersEnabled();
    $smarty->assign('isPromotionalBannersEnabled', $isPromotionalBannersEnabled);
    if ($isPromotionalBannersEnabled) {
        $routeId = $routesService->getRouteIdByPath($path, $auth->checkAuth());
        $promotionalBanners = $promotionalBannersService->getBannersByRouteId($routeId, $auth->checkAuth());
        $promotionalBannersCount = count($promotionalBanners);
        $smarty->assign('promotional_banners', $promotionalBanners);
        $smarty->assign('promotional_banners_count', $promotionalBannersCount);
        $smarty->assign('getOrmAddress', $promotionalBannersService->getOrmAddress());
    }
 
    $ormImagesService = new OrmImagesService();
    $ormImages = $ormImagesService->getImagesOrdered($partnerDomain);
    $ormImagesCount = count($ormImages);
    $smarty->assign('images', $ormImages);
    $smarty->assign('images_count', $ormImagesCount);
    $smarty->assign('getOrmImagesAddress', $ormImagesService->getOrmAddress());
Arguments
  1. "Your session has expired. Please log in again to continue."
    

Environment & details:

Key Value
app_dispatch_url
"js/custom.js"
empty
empty
Key Value
language
"en"
PHPSESSID
"loos5oc8opvgcbcf34f17h7s90"
Key Value
language
"en"
_authsession
[]
refreshCount
0
Key Value
USER
"apache"
HOME
"/usr/share/httpd"
SCRIPT_NAME
"/index.php"
REQUEST_URI
"/js/custom.js"
QUERY_STRING
"app_dispatch_url=js/custom.js"
REQUEST_METHOD
"GET"
SERVER_PROTOCOL
"HTTP/1.1"
GATEWAY_INTERFACE
"CGI/1.1"
REDIRECT_QUERY_STRING
"app_dispatch_url=js/custom.js"
REDIRECT_URL
"/js/custom.js"
REMOTE_PORT
"19430"
SCRIPT_FILENAME
"/home/gscashline/public_orm/index.php"
SERVER_ADMIN
"root@localhost"
CONTEXT_DOCUMENT_ROOT
"/home/gscashline/public_orm"
CONTEXT_PREFIX
""
REQUEST_SCHEME
"https"
DOCUMENT_ROOT
"/home/gscashline/public_orm"
REMOTE_ADDR
"216.73.216.156"
SERVER_PORT
"443"
SERVER_ADDR
"213.175.200.178"
SERVER_NAME
"www.cashlinetest.com"
SERVER_SOFTWARE
"Apache"
SERVER_SIGNATURE
""
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
HTTP_HOST
"www.cashlinetest.com"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_COOKIE
"language=en; PHPSESSID=loos5oc8opvgcbcf34f17h7s90"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_ACCEPT
"*/*"
proxy-nokeepalive
"1"
SSL_TLS_SNI
"www.cashlinetest.com"
HTTPS
"on"
SCRIPT_URI
"https://www.cashlinetest.com/js/custom.js"
SCRIPT_URL
"/js/custom.js"
UNIQUE_ID
"aZNC1GcT6G2u78vQT5sF9QAAABE"
REDIRECT_STATUS
"200"
REDIRECT_SSL_TLS_SNI
"www.cashlinetest.com"
REDIRECT_HTTPS
"on"
REDIRECT_SCRIPT_URI
"https://www.cashlinetest.com/js/custom.js"
REDIRECT_SCRIPT_URL
"/js/custom.js"
REDIRECT_UNIQUE_ID
"aZNC1GcT6G2u78vQT5sF9QAAABE"
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1771258580.5417
REQUEST_TIME
1771258580
APACHE_RUN_USER
"1001"
APACHE_RUN_GROUP
"1001"
APP_ENV
"dev"
SYMFONY_DOTENV_VARS
"APACHE_RUN_USER,APACHE_RUN_GROUP,APP_ENV"
Key Value
APACHE_RUN_USER
"1001"
APACHE_RUN_GROUP
"1001"
APP_ENV
"dev"
SYMFONY_DOTENV_VARS
"APACHE_RUN_USER,APACHE_RUN_GROUP,APP_ENV"
0. Whoops\Handler\PrettyPageHandler