【动态】 通知

2018-01-07 22:20:27

浏览量:537

评论:0

                            
请各位新加入的队员尽快完成实名验证。身份验证。一定用自己的真人照片,便于足协审核资料。也方便我认人。

7

评论

全部评论:0

  • 加载中

    精彩即将呈现...

  • 没有数据啦...

设置置顶时长
小时

到期后将自动取消置顶

您有新消息来啦
7.0.33Version1.66sRequest Duration26.73MBMemory UsageGET story/{id}Route
    • Booting (1.07s)
      Params
    • Application (592.66ms)
      Params
    • 1 x Booting (64.11%)
      1.07s
      1 x Application (35.65%)
      592.66ms
      8 templates were rendered
      • Stories.show (resources/views/Stories/show.blade.php)7blade
        Params
        0
        story
        1
        others
        2
        is_self
        3
        is_article_admin
        4
        is_followed
        5
        has_gif
        6
        web_ad
      • webSite.layout.promptBox.promptStyle2 (resources/views/webSite/layout/promptBox/promptStyle2.blade.php)14blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        story
        5
        others
        6
        is_self
        7
        is_article_admin
        8
        is_followed
        9
        has_gif
        10
        web_ad
        11
        is_active
        12
        share_data
        13
        is_admin
      • webSite.layout.promptBox.promptStyle1 (resources/views/webSite/layout/promptBox/promptStyle1.blade.php)14blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        story
        5
        others
        6
        is_self
        7
        is_article_admin
        8
        is_followed
        9
        has_gif
        10
        web_ad
        11
        is_active
        12
        share_data
        13
        is_admin
      • webSite.layout.template.story.commentTemplate (resources/views/webSite/layout/template/story/commentTemplate.blade.php)18blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        story
        5
        others
        6
        is_self
        7
        is_article_admin
        8
        is_followed
        9
        has_gif
        10
        web_ad
        11
        is_active
        12
        share_data
        13
        is_admin
        14
        __currentLoopData
        15
        image
        16
        loop
        17
        me
      • webSite.layout.template.story.storyToTopTemplate (resources/views/webSite/layout/template/story/storyToTopTemplate.blade.php)19blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        story
        5
        others
        6
        is_self
        7
        is_article_admin
        8
        is_followed
        9
        has_gif
        10
        web_ad
        11
        is_active
        12
        share_data
        13
        is_admin
        14
        __currentLoopData
        15
        image
        16
        loop
        17
        me
        18
        one
      • webSite.layout.account (resources/views/webSite/layout/account.blade.php)19blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        story
        5
        others
        6
        is_self
        7
        is_article_admin
        8
        is_followed
        9
        has_gif
        10
        web_ad
        11
        is_active
        12
        share_data
        13
        is_admin
        14
        __currentLoopData
        15
        image
        16
        loop
        17
        me
        18
        one
      • webSite.layout.fragment.backstageNavbar (resources/views/webSite/layout/fragment/backstageNavbar.blade.php)23blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        story
        5
        others
        6
        is_self
        7
        is_article_admin
        8
        is_followed
        9
        has_gif
        10
        web_ad
        11
        is_active
        12
        share_data
        13
        is_admin
        14
        __currentLoopData
        15
        image
        16
        loop
        17
        me
        18
        one
        19
        web_ad_show_lyzg
        20
        web_ad_image_lyzg
        21
        web_ad_href_lyzg
        22
        user_is_checked
      • webSite.layout.base (resources/views/webSite/layout/base.blade.php)23blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        story
        5
        others
        6
        is_self
        7
        is_article_admin
        8
        is_followed
        9
        has_gif
        10
        web_ad
        11
        is_active
        12
        share_data
        13
        is_admin
        14
        __currentLoopData
        15
        image
        16
        loop
        17
        me
        18
        one
        19
        web_ad_show_lyzg
        20
        web_ad_image_lyzg
        21
        web_ad_href_lyzg
        22
        user_is_checked
      uri
      GET story/{id}
      middleware
      web
      controller
      App\Http\Controllers\StoryNewController@show
      namespace
      App\Http\Controllers
      prefix
      where
      file
      app/Http/Controllers/StoryNewController.php:130-175
      46 statements were executed, 23 of which were duplicated, 23 unique129.93ms
      • select * from `story` where `story_id` = '7100' and `story`.`deleted_at` is null limit 11.57mslaravel5
        Metadata
        Bindings
        • 0. 7100
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `photos` where `belong_type` = 4 and `photos`.`belong_id` in (7100)830μslaravel5
        Metadata
        Bindings
        • 0. 4
        • 1. 7100
        Hints
        • Use SELECT * only if you need all columns from table
      • update `story` set `view_count` = 537 where `story_id` = 710010.52mslaravel5
        Metadata
        Bindings
        • 0. 537
        • 1. 7100
      • select * from `teams` where `team_id` = 7272 and `teams`.`deleted_at` is null limit 1800μslaravel5
        Metadata
        Bindings
        • 0. 7272
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `club_teams` where `club_teams`.`team_id` in (7272)1.67mslaravel5
        Metadata
        Bindings
        • 0. 7272
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `teams` where `team_id` = 7272 and `teams`.`deleted_at` is null limit 1820μslaravel5
        Metadata
        Bindings
        • 0. 7272
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `club_teams` where `club_teams`.`team_id` in (7272)1.62mslaravel5
        Metadata
        Bindings
        • 0. 7272
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `users` where `users`.`user_id` = 29511 and `users`.`user_id` is not null and `users`.`deleted_at` is null limit 1860μslaravel5
        Metadata
        Bindings
        • 0. 29511
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select count(*) as aggregate from `forum_msgs` where `forum_id` = 62780590μslaravel5
        Metadata
        Bindings
        • 0. 62780
      • select * from `fa_base` where `manager_id` = 29511 limit 118.68mslaravel5
        Metadata
        Bindings
        • 0. 29511
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `information_data_count` where `target_id` = '7100' and `target_type` = 1 limit 13mslaravel5
        Metadata
        Bindings
        • 0. 7100
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • update `information_data_count` set `web_view_count` = 22 where `id` = 34575.47mslaravel5
        Metadata
        Bindings
        • 0. 22
        • 1. 3457
      • select count(*) as aggregate from `story` where `is_public` = 1 and `story`.`deleted_at` is null29.04mslaravel5
        Metadata
        Bindings
        • 0. 1
      • select * from `story` where `is_public` = 1 and `story`.`deleted_at` is null order by (case when `order` >= 0 then (case when `order` > 0 then 0 else 1 end) else 2 end ), `order`, `story`.`created_at` desc limit 6 offset 012.94mslaravel5
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `forums` where `forums`.`forum_id` in (139638, 139639, 139640, 139652, 139668, 139705)950μslaravel5
        Metadata
        Bindings
        • 0. 139638
        • 1. 139639
        • 2. 139640
        • 3. 139652
        • 4. 139668
        • 5. 139705
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `forum_msgs` where `forum_msgs`.`forum_id` in (139638, 139639, 139640, 139652, 139668, 139705)750μslaravel5
        Metadata
        Bindings
        • 0. 139638
        • 1. 139639
        • 2. 139640
        • 3. 139652
        • 4. 139668
        • 5. 139705
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `users` where `users`.`user_id` in (1444, 11439, 23419, 32801) and `users`.`deleted_at` is null1.34mslaravel5
        Metadata
        Bindings
        • 0. 1444
        • 1. 11439
        • 2. 23419
        • 3. 32801
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `role_user` where `role_id` = 16 and `role_user`.`user_id` in (1444, 11439, 23419, 32801)1.05mslaravel5
        Metadata
        Bindings
        • 0. 16
        • 1. 1444
        • 2. 11439
        • 3. 23419
        • 4. 32801
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `fa_base` where `fa_base`.`fa_base_id` = 1 limit 1650μslaravel5
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `fa_base` where `manager_id` = 1444 limit 1880μslaravel5
        Metadata
        Bindings
        • 0. 1444
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `users` where `users`.`user_id` = 32801 and `users`.`deleted_at` is null limit 1540μslaravel5
        Metadata
        Bindings
        • 0. 32801
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `fa_base` where `manager_id` = 32801 limit 113.75mslaravel5
        Metadata
        Bindings
        • 0. 32801
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `user_roles` where `user_id` = 32801 and `target_type` = 1790μslaravel5
        Metadata
        Bindings
        • 0. 32801
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select `roles`.*, `role_user`.`user_id` as `pivot_user_id`, `role_user`.`role_id` as `pivot_role_id` from `roles` inner join `role_user` on `roles`.`id` = `role_user`.`role_id` where `role_user`.`user_id` = 32801910μslaravel5
        Metadata
        Bindings
        • 0. 32801
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `users` where `users`.`user_id` = 32801 and `users`.`deleted_at` is null limit 1720μslaravel5
        Metadata
        Bindings
        • 0. 32801
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `fa_base` where `manager_id` = 32801 limit 11.65mslaravel5
        Metadata
        Bindings
        • 0. 32801
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `user_roles` where `user_id` = 32801 and `target_type` = 1640μslaravel5
        Metadata
        Bindings
        • 0. 32801
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `users` where `users`.`user_id` = 23419 and `users`.`deleted_at` is null limit 1650μslaravel5
        Metadata
        Bindings
        • 0. 23419
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `fa_base` where `manager_id` = 23419 limit 11.62mslaravel5
        Metadata
        Bindings
        • 0. 23419
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `user_roles` where `user_id` = 23419 and `target_type` = 1620μslaravel5
        Metadata
        Bindings
        • 0. 23419
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select `roles`.*, `role_user`.`user_id` as `pivot_user_id`, `role_user`.`role_id` as `pivot_role_id` from `roles` inner join `role_user` on `roles`.`id` = `role_user`.`role_id` where `role_user`.`user_id` = 23419600μslaravel5
        Metadata
        Bindings
        • 0. 23419
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `users` where `users`.`user_id` = 11439 and `users`.`deleted_at` is null limit 1690μslaravel5
        Metadata
        Bindings
        • 0. 11439
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `fa_base` where `manager_id` = 11439 limit 11.76mslaravel5
        Metadata
        Bindings
        • 0. 11439
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `user_roles` where `user_id` = 11439 and `target_type` = 1750μslaravel5
        Metadata
        Bindings
        • 0. 11439
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select `roles`.*, `role_user`.`user_id` as `pivot_user_id`, `role_user`.`role_id` as `pivot_role_id` from `roles` inner join `role_user` on `roles`.`id` = `role_user`.`role_id` where `role_user`.`user_id` = 11439650μslaravel5
        Metadata
        Bindings
        • 0. 11439
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `users` where `users`.`user_id` = 23419 and `users`.`deleted_at` is null limit 1720μslaravel5
        Metadata
        Bindings
        • 0. 23419
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `fa_base` where `manager_id` = 23419 limit 11.41mslaravel5
        Metadata
        Bindings
        • 0. 23419
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `user_roles` where `user_id` = 23419 and `target_type` = 1600μslaravel5
        Metadata
        Bindings
        • 0. 23419
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `story` where `story`.`story_id` = 7100 and `story`.`deleted_at` is null limit 1950μslaravel5
        Metadata
        Bindings
        • 0. 7100
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `users` where `users`.`user_id` = 29511 and `users`.`user_id` is not null and `users`.`deleted_at` is null limit 1680μslaravel5
        Metadata
        Bindings
        • 0. 29511
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `photos` where `photos`.`belong_id` = 7100 and `photos`.`belong_id` is not null and `belong_type` = 4680μslaravel5
        Metadata
        Bindings
        • 0. 7100
        • 1. 4
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `story` where `story_id` = 7100 and `story`.`deleted_at` is null limit 11.98mslaravel5
        Metadata
        Bindings
        • 0. 7100
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `users` where `users`.`user_id` in (29511) and `users`.`deleted_at` is null650μslaravel5
        Metadata
        Bindings
        • 0. 29511
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `story` where `story`.`story_id` = 7100 and `story`.`deleted_at` is null limit 1680μslaravel5
        Metadata
        Bindings
        • 0. 7100
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `users` where `users`.`user_id` = 29511 and `users`.`user_id` is not null and `users`.`deleted_at` is null limit 1590μslaravel5
        Metadata
        Bindings
        • 0. 29511
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `photos` where `photos`.`belong_id` = 7100 and `photos`.`belong_id` is not null and `belong_type` = 4620μslaravel5
        Metadata
        Bindings
        • 0. 7100
        • 1. 4
        Hints
        • Use SELECT * only if you need all columns from table
        _token
        9quhBZfN7siKuxK0pItjyY9zBidHyYISpgKpxYnt
        _previous
        array:1 [ "url" => "http://118.31.170.46:8000/story/7100" ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /story/7100
        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:12 [ "connection" => array:1 [ 0 => "keep-alive" ] "cache-control" => array:1 [ 0 => "no-cache" ] "x-forwarded-for" => array:1 [ 0 => "10.1.25.53" ] "via" => array:1 [ 0 => "1.1 squid-proxy-5b5d847c96-n2m56 (squid/6.10)" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate" ] "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" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "118.31.170.46:8000" ] "content-length" => array:1 [ 0 => "" ] "content-type" => array:1 [ 0 => "" ] ]
        request_server
        0 of 0
        array:57 [ "HOME" => "/home/nginx" "PHP_CFLAGS" => "-fstack-protector-strong -fpic -fpie -O2" "PHP_EXTRA_CONFIGURE_ARGS" => "--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi" "PHP_INI_DIR" => "/usr/local/etc/php" "MYSQL_ROOT_PASSWORD" => "******" "PHP_CPPFLAGS" => "-fstack-protector-strong -fpic -fpie -O2" "HOSTNAME" => "4af98854a660" "PHP_URL" => "https://secure.php.net/get/php-7.0.33.tar.xz/from/this/mirror" "PHP_MD5" => "" "SUPERVISOR_SERVER_URL" => "unix:///var/run/supervisor.sock" "SUPERVISOR_PROCESS_NAME" => "php-fpm" "PWD" => "/var/www" "PHP_ASC_URL" => "https://secure.php.net/get/php-7.0.33.tar.xz.asc/from/this/mirror" "PHP_SHA256" => "ab8c5be6e32b1f8d032909dedaaaa4bbb1a209e519abb01a52ce3914f9a13d96" "SUPERVISOR_ENABLED" => "1" "PHP_VERSION" => "7.0.33" "PHP_LDFLAGS" => "-Wl,-O1 -Wl,--hash-style=both -pie" "GPG_KEYS" => "1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "PHPIZE_DEPS" => "autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c" "SUPERVISOR_GROUP_NAME" => "php-fpm" "USER" => "nginx" "HTTP_CONNECTION" => "keep-alive" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_X_FORWARDED_FOR" => "10.1.25.53" "HTTP_VIA" => "1.1 squid-proxy-5b5d847c96-n2m56 (squid/6.10)" "HTTP_ACCEPT_ENCODING" => "gzip, deflate" "HTTP_ACCEPT" => "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" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_PRAGMA" => "no-cache" "HTTP_HOST" => "118.31.170.46:8000" "SCRIPT_FILENAME" => "/var/www/main/public/index.php" "PATH_TRANSLATED" => "/var/www/main/public" "PATH_INFO" => "" "REDIRECT_STATUS" => "200" "SERVER_NAME" => "_" "SERVER_PORT" => "80" "SERVER_ADDR" => "192.168.32.2" "REMOTE_PORT" => "7529" "REMOTE_ADDR" => "216.73.216.232" "SERVER_SOFTWARE" => "nginx/1.10.3" "GATEWAY_INTERFACE" => "CGI/1.1" "REQUEST_SCHEME" => "http" "SERVER_PROTOCOL" => "HTTP/1.1" "DOCUMENT_ROOT" => "/var/www/main/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/story/7100" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1749843059.5531 "REQUEST_TIME" => 1749843059 ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:5 [ "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Fri, 13 Jun 2025 19:31:01 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IktUSDRvUlpiaWFCUUhlNmJGUUczUHc9PSIsInZhbHVlIjoiVkhcL1BLTlJzWXFtMmVJckFcL0VkT0RHS3hIZnRiblE0N0NNeXFvaDExMDREZzEwaGJ2RHNPQjlxQ1Zyc1hhS2I4IiwibWFjIjoiNTAzMjgxMzE1NTg2OTVjMTZkNjYzMzI3MzIxZWI4NTg4ZmZjY2YzYzNmMDkyZTc4NjJiMTkzNjc1YjM4YzhlZiJ9; expires=Thu, 11-Sep-2025 19:31:01 GMT; Max-Age=7776000; path=/XSRF-TOKEN=eyJpdiI6IktUSDRvUlpiaWFCUUhlNmJGUUczUHc9PSIsInZhbHVlIjoiVkhcL1BLTlJzWXFtMmVJckFcL0VkT0RHS3hIZnRiblE0N0NNeXFvaDExMDREZzEwaGJ2RHNPQjlxQ1Zyc1hhS2I4Iiwib" 1 => "laravel_session=eyJpdiI6InZLWlk0UnZQOGcxZ21lTWk3MUk1ZVE9PSIsInZhbHVlIjoiWDZlVjRqVitCSFJUR3QrUU90VlZzWEF5WDNzSnBcLzNwa2o4b2YzYk9ZNitHQXBabW9DeDJWektHZ2IxZ2ZRZGlHZm12ays5cFBxQ1N3dTdVYzFQWnRYbGRVdzdKTVQwYWZNUEF6SEhrbVV3VkptQWpzSG5NbWJia2NKSWpOUDUwIiwibWFjIjoiNjhlMTMzMzhjZDE1ZTY4MTZjNDZiMjExYmU1YzExZDFjNWQzNjk2YmY0NzUxYWYyNGY0MTFlNTA2ODJmNzBkNyJ9; expires=Thu, 11-Sep-2025 19:31:01 GMT; Max-Age=7776000; path=/; httponlylaravel_session=eyJpdiI6InZLWlk0UnZQOGcxZ21lTWk3MUk1ZVE9PSIsInZhbHVlIjoiWDZlVjRqVitCSFJUR3QrUU90VlZzWEF5WDNzSnBcLzNwa2o4b2YzYk9ZNitHQXBabW9DeDJWektHZ2IxZ2ZRZGlH" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IktUSDRvUlpiaWFCUUhlNmJGUUczUHc9PSIsInZhbHVlIjoiVkhcL1BLTlJzWXFtMmVJckFcL0VkT0RHS3hIZnRiblE0N0NNeXFvaDExMDREZzEwaGJ2RHNPQjlxQ1Zyc1hhS2I4IiwibWFjIjoiNTAzMjgxMzE1NTg2OTVjMTZkNjYzMzI3MzIxZWI4NTg4ZmZjY2YzYzNmMDkyZTc4NjJiMTkzNjc1YjM4YzhlZiJ9; expires=Thu, 11-Sep-2025 19:31:01 GMT; path=/XSRF-TOKEN=eyJpdiI6IktUSDRvUlpiaWFCUUhlNmJGUUczUHc9PSIsInZhbHVlIjoiVkhcL1BLTlJzWXFtMmVJckFcL0VkT0RHS3hIZnRiblE0N0NNeXFvaDExMDREZzEwaGJ2RHNPQjlxQ1Zyc1hhS2I4Iiwib" 1 => "laravel_session=eyJpdiI6InZLWlk0UnZQOGcxZ21lTWk3MUk1ZVE9PSIsInZhbHVlIjoiWDZlVjRqVitCSFJUR3QrUU90VlZzWEF5WDNzSnBcLzNwa2o4b2YzYk9ZNitHQXBabW9DeDJWektHZ2IxZ2ZRZGlHZm12ays5cFBxQ1N3dTdVYzFQWnRYbGRVdzdKTVQwYWZNUEF6SEhrbVV3VkptQWpzSG5NbWJia2NKSWpOUDUwIiwibWFjIjoiNjhlMTMzMzhjZDE1ZTY4MTZjNDZiMjExYmU1YzExZDFjNWQzNjk2YmY0NzUxYWYyNGY0MTFlNTA2ODJmNzBkNyJ9; expires=Thu, 11-Sep-2025 19:31:01 GMT; path=/; httponlylaravel_session=eyJpdiI6InZLWlk0UnZQOGcxZ21lTWk3MUk1ZVE9PSIsInZhbHVlIjoiWDZlVjRqVitCSFJUR3QrUU90VlZzWEF5WDNzSnBcLzNwa2o4b2YzYk9ZNitHQXBabW9DeDJWektHZ2IxZ2ZRZGlH" ] ]
        session_attributes
        0 of 0
        array:3 [ "_token" => "9quhBZfN7siKuxK0pItjyY9zBidHyYISpgKpxYnt" "_previous" => array:1 [ "url" => "http://118.31.170.46:8000/story/7100" ] "PHPDEBUGBAR_STACK_DATA" => [] ]