img

Forum

lmszai forum

Forum Categories

feature
Categories

0

feature
Post Topic

0

feature
Answers

0

feature
Members

0

Recent Discussions

Ask a Question

Community Blog Articles

img
Development

60 Common C# Interview Questions in 2022: Ace Your...

Administration / 4 Dec, 2022

Getting hired as a programmer can be a challenge. There’s a lot of talent out there, and there’s a lot of competition. Many employers are wary of “paper programmers”; people who have no programming ex...

img
IT & Software

PostgreSQL vs. MySQL: Which SQL Platform Should Yo...

Administration / 4 Dec, 2022

MySQL and PostgreSQL are both leading database technologies built on a foundation of SQL: Structured Query Language. SQL forms the basis of how to create, access, update, and otherwise interact with d...

Request history8.3.17PHP Version1.73sRequest Duration40MBMemory UsageGET forumRoute
    • Booting (1.35s)time
    • Application (375ms)time
    • 1 x Booting (78.31%)
      1.35s
      1 x Application (21.69%)
      375ms
      6 templates were rendered
      • frontend.forum.indexindex.blade.php#?blade
      • frontend.forum.partial.render-forum-postsrender-forum-posts.blade.php#?blade
      • frontend.layouts.appapp.blade.php#?blade
      • frontend.layouts.dynamic-styledynamic-style.blade.php#?blade
      • frontend.layouts.navbarnavbar.blade.php#?blade
      • frontend.layouts.footerfooter.blade.php#?blade
      uri
      GET forum
      middleware
      web, local, version.update, addon, private.mode
      controller
      App\Http\Controllers\Frontend\ForumController@index
      as
      forum.index
      namespace
      App\Http\Controllers\Frontend
      prefix
      /forum
      where
      file
      app/Http/Controllers/Frontend/ForumController.php:19-42
      29 statements were executed, 6 of which were duplicates, 23 unique. Show only duplicated64.77ms
      • select * from `forum_categories` where `status` = 1
        5.37mslearn_lmszaiForumController.php#22
        Bindings
        • 0: 1
        Backtrace
        • 14. app/Http/Controllers/Frontend/ForumController.php:22
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `forum_posts` where `status` = 1
        3.09mslearn_lmszaiForumController.php#24
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Http/Controllers/Frontend/ForumController.php:24
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `forum_post_comments` where `status` = 1
        3.1mslearn_lmszaiForumController.php#25
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Http/Controllers/Frontend/ForumController.php:25
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `user_id` from `forum_posts`
        470μslearn_lmszaiForumController.php#26
        Backtrace
        • 16. app/Http/Controllers/Frontend/ForumController.php:26
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `user_id` from `forum_post_comments`
        390μslearn_lmszaiForumController.php#27
        Backtrace
        • 16. app/Http/Controllers/Frontend/ForumController.php:27
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `forum_posts` where `status` = 1
        520μslearn_lmszaiForumController.php#30
        Bindings
        • 0: 1
        Backtrace
        • 14. app/Http/Controllers/Frontend/ForumController.php:30
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `blogs` where `status` = 1 order by `created_at` desc limit 2
        2.69mslearn_lmszaiForumController.php#32
        Bindings
        • 0: 1
        Backtrace
        • 14. app/Http/Controllers/Frontend/ForumController.php:32
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `user_id` from `forum_post_comments`
        460μslearn_lmszaiForumController.php#34
        Backtrace
        • 16. app/Http/Controllers/Frontend/ForumController.php:34
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `users`.*, (select COUNT(user_id) from `forum_post_comments` where `users`.`id` = `forum_post_comments`.`user_id`) as `totalComments` from `users` where 0 = 1 and `users`.`deleted_at` is null order by `totalComments` desc limit 10
        5.22mslearn_lmszaiForumController.php#39
        Backtrace
        • 14. app/Http/Controllers/Frontend/ForumController.php:39
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `meta_title`, `meta_description`, `meta_keyword`, `og_image` from `metas` where `slug` = 'forum' limit 1
        3.68mslearn_lmszaihelper.php#1262
        Bindings
        • 0: forum
        Backtrace
        • 15. app/Helper/helper.php:1262
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `blog_categories` where `blog_categories`.`id` = 1 limit 1
        1.09mslearn_lmszaiindex.blade.php#271
        Bindings
        • 0: 1
        Backtrace
        • 20. view::frontend.forum.index:271
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `users` where `users`.`id` = 1 and `users`.`deleted_at` is null limit 1
        3.32mslearn_lmszaiindex.blade.php#280
        Bindings
        • 0: 1
        Backtrace
        • 20. view::frontend.forum.index:280
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `blog_categories` where `blog_categories`.`id` = 2 limit 1
        560μslearn_lmszaiindex.blade.php#271
        Bindings
        • 0: 2
        Backtrace
        • 20. view::frontend.forum.index:271
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `users` where `users`.`id` = 1 and `users`.`deleted_at` is null limit 1
        650μslearn_lmszaiindex.blade.php#280
        Bindings
        • 0: 1
        Backtrace
        • 20. view::frontend.forum.index:280
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `languages` where `iso_code` = 'en' limit 1
        2.12mslearn_lmszaihelper.php#240
        Bindings
        • 0: en
        Backtrace
        • 15. app/Helper/helper.php:240
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `status` = 1
        6.45mslearn_lmszaiAppServiceProvider.php#98
        Bindings
        • 0: 1
        Backtrace
        • 14. app/Providers/AppServiceProvider.php:98
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 18. vendor/laravel/framework/src/Illuminate/View/View.php:176
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:147
        • 20. view::frontend.layouts.app:152
      • select * from `subcategories` where `subcategories`.`category_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9)
        5.08mslearn_lmszaiAppServiceProvider.php#98
        Backtrace
        • 19. app/Providers/AppServiceProvider.php:98
        • 22. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 23. vendor/laravel/framework/src/Illuminate/View/View.php:176
        • 24. vendor/laravel/framework/src/Illuminate/View/View.php:147
        • 25. view::frontend.layouts.app:152
      • select count(*) as aggregate from `cart_management` where `user_id` is null
        3.53mslearn_lmszaiAppServiceProvider.php#99
        Backtrace
        • 15. app/Providers/AppServiceProvider.php:99
        • 18. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:176
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:147
        • 21. view::frontend.layouts.app:152
      • select count(*) as aggregate from `wishlists` where `user_id` is null
        2.95mslearn_lmszaiAppServiceProvider.php#100
        Backtrace
        • 15. app/Providers/AppServiceProvider.php:100
        • 18. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:176
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:147
        • 21. view::frontend.layouts.app:152
      • select * from `menus`
        5.44mslearn_lmszaiAppServiceProvider.php#101
        Backtrace
        • 15. app/Providers/AppServiceProvider.php:101
        • 18. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:176
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:147
        • 21. view::frontend.layouts.app:152
      • select * from `menus` where `status` = 1 and `type` = 1
        760μslearn_lmszaiAppServiceProvider.php#102
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • 14. app/Providers/AppServiceProvider.php:102
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 18. vendor/laravel/framework/src/Illuminate/View/View.php:176
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:147
        • 20. view::frontend.layouts.app:152
      • select * from `menus` where `status` = 1 and `type` = 2
        450μslearn_lmszaiAppServiceProvider.php#103
        Bindings
        • 0: 1
        • 1: 2
        Backtrace
        • 14. app/Providers/AppServiceProvider.php:103
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 18. vendor/laravel/framework/src/Illuminate/View/View.php:176
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:147
        • 20. view::frontend.layouts.app:152
      • select * from `notifications` where `user_id` is null and `user_type` = 3 and `is_seen` = 'no' order by `created_at` desc
        3.34mslearn_lmszaiAppServiceProvider.php#105
        Bindings
        • 0: 3
        • 1: no
        Backtrace
        • 14. app/Providers/AppServiceProvider.php:105
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 18. vendor/laravel/framework/src/Illuminate/View/View.php:176
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:147
        • 20. view::frontend.layouts.app:152
      • select * from `notifications` where `user_id` is null and `user_type` = 2 and `is_seen` = 'no' order by `created_at` desc
        560μslearn_lmszaiAppServiceProvider.php#106
        Bindings
        • 0: 2
        • 1: no
        Backtrace
        • 14. app/Providers/AppServiceProvider.php:106
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 18. vendor/laravel/framework/src/Illuminate/View/View.php:176
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:147
        • 20. view::frontend.layouts.app:152
      • select * from `languages` where `status` = 1
        830μslearn_lmszaihelper.php#235
        Bindings
        • 0: 1
        Backtrace
        • 14. app/Helper/helper.php:235
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `menus` where `status` = 1
        920μslearn_lmszaiAppServiceProvider.php#111
        Bindings
        • 0: 1
        Backtrace
        • 14. app/Providers/AppServiceProvider.php:111
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 18. vendor/laravel/framework/src/Illuminate/View/View.php:176
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:147
        • 20. view::frontend.layouts.app:160
      • select * from `menus` where `status` = 1 and `type` = 2
        550μslearn_lmszaiAppServiceProvider.php#112
        Bindings
        • 0: 1
        • 1: 2
        Backtrace
        • 14. app/Providers/AppServiceProvider.php:112
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 18. vendor/laravel/framework/src/Illuminate/View/View.php:176
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:147
        • 20. view::frontend.layouts.app:160
      • select * from `menus` where `status` = 1 and `type` = 3
        610μslearn_lmszaiAppServiceProvider.php#113
        Bindings
        • 0: 1
        • 1: 3
        Backtrace
        • 14. app/Providers/AppServiceProvider.php:113
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 18. vendor/laravel/framework/src/Illuminate/View/View.php:176
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:147
        • 20. view::frontend.layouts.app:160
      • select * from `menus` where `status` = 1 and `type` = 4
        570μslearn_lmszaiAppServiceProvider.php#114
        Bindings
        • 0: 1
        • 1: 4
        Backtrace
        • 14. app/Providers/AppServiceProvider.php:114
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 18. vendor/laravel/framework/src/Illuminate/View/View.php:176
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:147
        • 20. view::frontend.layouts.app:160
      App\Models\Menu
      42Menu.php#?
      App\Models\Subcategory
      22Subcategory.php#?
      App\Models\Category
      9Category.php#?
      App\Models\Language
      3Language.php#?
      App\Models\Blog
      2Blog.php#?
      App\Models\BlogCategory
      2BlogCategory.php#?
      App\Models\User
      2User.php#?
      App\Models\Meta
      1Meta.php#?
          local
          en
          _token
          BDrD3KNvpsEEgfCHMzsVYbpw2ZS8jxmAbcVPjxSD
          _previous
          array:1 [ "url" => "https://learnvia.us/forum" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /forum
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:15 [ "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "keep-alive" ] "host" => array:1 [ 0 => "learnvia.us" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Mon, 17 Mar 2025 22:01:27 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImFlUjl0RjUwYW5Na1podlJQa3Z5dHc9PSIsInZhbHVlIjoiVElSVVFmWUVTR2FEOEFoWm5jZjkrRWwwUWtSUzB4MXNjRHR6YUVpVHV4TFRJeEl0RXh1b1JJZmRkcURqN1FzbEErVm1PUDB4NFZPVlhwZUlWa0R4dHBOS3dxOXZEN2NRMWZsc3AzMGpLczlrVHZIQ00yakprMy9PWURUcGQyZXIiLCJtYWMiOiI3Zjg2Zjg0YTJjYTdmOTY2ZmFkNTMwY2FhMWY5ZDMzNDlmNTVlZWExZTY3YWRlZjI5NjFiZjk0MTcyZWRhODEyIiwidGFnIjoiIn0%3D; expires=Tue, 18 Mar 2025 00:01:27 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6ImFlUjl0RjUwYW5Na1podlJQa3Z5dHc9PSIsInZhbHVlIjoiVElSVVFmWUVTR2FEOEFoWm5jZjkrRWwwUWtSUzB4MXNjRHR6YUVpVHV4TFRJeEl0RXh1b1JJZmRkcURqN1FzbEErVm1PU" 1 => "lmszai_session=eyJpdiI6Im1POU9GVW5aZG02UzBldWNnczkvQnc9PSIsInZhbHVlIjoidVBURXRyeGh1b2xSUWMza1NLTjYzd041V2x5SFhPVFZ1SFc1Mm1lbWlWd1VNRkM0K2tnMEdyZDZKenRTVm5WNldySzdxM0dRZFRmWHFNZHpkOGpXTUNidWVHK01FNHpjb1lMRFdRK25XRHNHQklETkE5MFlqLzhqc1c0NXYrb0UiLCJtYWMiOiJjMTJmZTkzMzUxN2JkNzVmYzE3OTYyZDI2YzQxMDdkODFmODNhMmMyZDdmNmI5OTNkMmU5NWVkNmFhMTYyNmY2IiwidGFnIjoiIn0%3D; expires=Tue, 18 Mar 2025 00:01:27 GMT; Max-Age=7200; path=/; httponlylmszai_session=eyJpdiI6Im1POU9GVW5aZG02UzBldWNnczkvQnc9PSIsInZhbHVlIjoidVBURXRyeGh1b2xSUWMza1NLTjYzd041V2x5SFhPVFZ1SFc1Mm1lbWlWd1VNRkM0K2tnMEdyZDZKenRTVm5WNldyS" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImFlUjl0RjUwYW5Na1podlJQa3Z5dHc9PSIsInZhbHVlIjoiVElSVVFmWUVTR2FEOEFoWm5jZjkrRWwwUWtSUzB4MXNjRHR6YUVpVHV4TFRJeEl0RXh1b1JJZmRkcURqN1FzbEErVm1PUDB4NFZPVlhwZUlWa0R4dHBOS3dxOXZEN2NRMWZsc3AzMGpLczlrVHZIQ00yakprMy9PWURUcGQyZXIiLCJtYWMiOiI3Zjg2Zjg0YTJjYTdmOTY2ZmFkNTMwY2FhMWY5ZDMzNDlmNTVlZWExZTY3YWRlZjI5NjFiZjk0MTcyZWRhODEyIiwidGFnIjoiIn0%3D; expires=Tue, 18-Mar-2025 00:01:27 GMT; path=/XSRF-TOKEN=eyJpdiI6ImFlUjl0RjUwYW5Na1podlJQa3Z5dHc9PSIsInZhbHVlIjoiVElSVVFmWUVTR2FEOEFoWm5jZjkrRWwwUWtSUzB4MXNjRHR6YUVpVHV4TFRJeEl0RXh1b1JJZmRkcURqN1FzbEErVm1PU" 1 => "lmszai_session=eyJpdiI6Im1POU9GVW5aZG02UzBldWNnczkvQnc9PSIsInZhbHVlIjoidVBURXRyeGh1b2xSUWMza1NLTjYzd041V2x5SFhPVFZ1SFc1Mm1lbWlWd1VNRkM0K2tnMEdyZDZKenRTVm5WNldySzdxM0dRZFRmWHFNZHpkOGpXTUNidWVHK01FNHpjb1lMRFdRK25XRHNHQklETkE5MFlqLzhqc1c0NXYrb0UiLCJtYWMiOiJjMTJmZTkzMzUxN2JkNzVmYzE3OTYyZDI2YzQxMDdkODFmODNhMmMyZDdmNmI5OTNkMmU5NWVkNmFhMTYyNmY2IiwidGFnIjoiIn0%3D; expires=Tue, 18-Mar-2025 00:01:27 GMT; path=/; httponlylmszai_session=eyJpdiI6Im1POU9GVW5aZG02UzBldWNnczkvQnc9PSIsInZhbHVlIjoidVBURXRyeGh1b2xSUWMza1NLTjYzd041V2x5SFhPVFZ1SFc1Mm1lbWlWd1VNRkM0K2tnMEdyZDZKenRTVm5WNldyS" ] ]
          session_attributes
          0 of 0
          array:5 [ "local" => "en" "_token" => "BDrD3KNvpsEEgfCHMzsVYbpw2ZS8jxmAbcVPjxSD" "_previous" => array:1 [ "url" => "https://learnvia.us/forum" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-17 17:01:27GET/forum62983