Label: Cookie

A total of 54 results were found

Session

Larravel 10 Chinese Document Basic components

brief introduction Because the HTTP protocol itself is stateless, and the last request is not associated with the next request, we introduce a session to store user request information to solve the problem

Published by Xueyuan Jun 1 year ago    Views: 1865    Number of likes: 0

response

Larravel 10 Chinese Document Basic components

Create Response String and Array All routes and controllers should return a response to send back to the user's browser. Laravel provides several different ways to return responses. Most

Published by Xueyuan Jun 1 year ago    Number of views: 1680    Number of likes: 0

request

Larravel 10 Chinese Document Basic components

This document is completely based on the automatic translation of ChatGPT Plus. Although the College has roughly reviewed it, it is unavoidable to make omissions. If you have any questions, please leave a message for me in the comment area. Introduction

Published by Xueyuan Jun 1 year ago    Views: 2920    Number of likes: 0

Implementation of Laravel distributed session access and exploration of underlying source code based on Redis

High performance Redis practice Practical Battle Beginner Level Chapter

Session memory selection Rather than using PHP's built-in session function, Larave has implemented a set of session groups

Published by Xueyuan Jun 3 years ago    Number of views: 4256    Number of likes: 1

Browser testing based on Laravel Dusk

Larravel 8 Chinese Document Test series

brief introduction Laravel Dusk provides an elegant, easy-to-use browser automated testing API. By default, Dusk does not force you to install JDK on the machine

Published by Xueyuan Jun 3 years ago    Views: 3676    Number of likes: 0

HTTP test

Larravel 8 Chinese Document Test series

brief introduction Laravel provides streaming APIs for generating HTTP requests and testing output. For example, let's take a look at the test example provided by Laravel: ...

Published by Xueyuan Jun 3 years ago    Views: 5196    Number of likes: 1

response

Larravel 8 Chinese Document Basic components

Create Response String&Array All routes and controllers will return a response sent to the user's browser after processing the business logic. Laravel provides

Published by Xueyuan Jun 3 years ago    Views: 8520    Number of likes: 0

request

Larravel 8 Chinese Document Basic components

Access Request Instance To get the current HTTP request instance in the controller, you need to set the Illuminate Http Request class in the constructor or method

Published by Xueyuan Jun 3 years ago    Views: 12632    Number of likes: 0

CSRF protection

Larravel 8 Chinese Document Basic components

brief introduction Cross site request forgery (CSRF) is a malicious vulnerability that attacks credit websites by masquerading requests from authorized users. Larave is protected by its own CSRF

Published by Xueyuan Jun 3 years ago    Views: 8604    Number of likes: 0

Start and manage sessions in Go language based on gorilla/sessions package

Go Web Programming Request processing

Although the official http package provided by Go language provides a rich API for HTTP programming, it does not provide an official session implementation. If we

Published by Xueyuan Jun 3 years ago    Number of views: 4032    Number of likes: 0

Example of using Gin (34): Cookies

Gin tutorial Example of use

Sample code: func main() { router := gin.Default() route...

Published by Xueyuan Jun 3 years ago    Views: 2875    Number of likes: 0

Cookie

Authoritative Guide to JavaScript Client Storage

In the browser that supports navigator.cookieEnabled, you can use this attribute to determine whether the browser supports cookies. Cookie ...

Published by Xueyuan Jun 3 years ago    Views: 1857    Number of likes: 0

Other document properties

Authoritative Guide to JavaScript Scripted Document (DOM)

Properties of Document In addition to body, forms, and documentElement, Document also defines other interesting attributes

Published by Xueyuan Jun 3 years ago    Views: 1649    Number of likes: 0

Use and manage session in PHP and implement simple user login function

PHP Beginner to Practical Tutorial HTTP programming

Session vs. Cookie Like cookies, Session technology is also used to solve the stateless problem of the HTTP protocol. However

Published by Xueyuan Jun 4 years ago    Number of views: 6642    Number of likes: 1

How to use and manage cookies in PHP

PHP Beginner to Practical Tutorial HTTP programming

Cookie introduction and usage scenarios At the beginning of the design of the HTTP protocol, in order to keep it simple, it has no state itself, that is, for the same client browser, the previous

Published by Xueyuan Jun 4 years ago    Number of views: 5799    Number of likes: 1