1. Trang chủ
  2. » Công Nghệ Thông Tin

CHUYÊN ĐỀ CSDL VÀ LẬP TRÌNH ỨNG DỤNG WEB 1- P14

5 6 0

Đang tải... (xem toàn văn)

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 5
Dung lượng 347,73 KB

Nội dung

CHUYÊN ĐỀ CSDL VÀ LẬP TRÌNH ỨNG DỤNG WEB 1- P14: Giáo trình cơ sở dữ liệu và thiết kế Website cho người mới bắt đầu. Rất cần thiết cho các bạn mới học làm Website. Bạn sẽ nắm được nhựng diều căn bản đến nâng cao khi đọc xong cuốn sách này.

Chuyên đề CSDL WEB– Bài : PHP File, Session, Cookies, Mail Nội dung ƒ Kỹ thuật Upload File PHP ƒ Kỹ thuật gửi mail PHP ƒ Sử dụng Cookie PHP ƒ Sử dụng Session PHP © 2009 Khoa CNTT - ĐHKHTN Chuyên đề CSDL WEB– Bài : PHP File, Session, Cookies, Mail Session $_SESSION[sessionVar] Cookie: PHPSESSID session_start Client Webserver ƒ Là thông tin client server lưu máy server ƒ Sử dụng session lưu định danh cho client ƒ Mục đích lưu biến liệu dùng chung cho nhiều trang phiên làm việc client © 2009 Khoa CNTT - ĐHKHTN Chuyên đề CSDL WEB– Bài : PHP File, Session, Cookies, Mail Session – Cú pháp sử dụng ƒ Khởi động Session session_start(); – Bắt buộc phải xuất trước thẻ ƒ Ghi & Đọc giá trị Session $_SESSION["sessionVar"] = value $_SESSION["sessionVar"][ ] = array(…) if (isset($_SESSION["sessionVar"]) echo $_SESSION["sessionVar"]; ƒ Hủy Biến Session unset($_SESSION["sessionVar"]); ƒ Hủy Session session_destroy(); © 2009 Khoa CNTT - ĐHKHTN Chuyên đề CSDL WEB– Bài : PHP File, Session, Cookies, Mail Session – Cấu hình ƒ Cấu hình php.ini ini_set('parameterName', 'value'); ƒ Gọi trước hàm session_start(); parameterName Default session.auto_start Không tự động session.cookie_lifetime Thời gian tồn cho cookie (mặc định đến đóng browser) session.name PHPSESSID Tên session (mà dùng đặt tên cho cookie) … © 2009 Khoa CNTT - ĐHKHTN Chuyên đề CSDL WEB– Bài : PHP File, Session, Cookies, Mail Parameter Name session.save_path session.name session.save_handler session.auto_start session.gc_probability session.gc_divisor session.gc_maxlifetime session.serialize_handler Default Ghi defines the argument which is passed to the save handler If you choose the default files handler, this is the path where the files are created Defaults to /tmp specifies the name of the session which is used as cookie name It should only contain "PHPSESSID" alphanumeric characters Defaults to PHPSESSID defines the name of the handler which is used for storing and retrieving data associated with a "files" session Defaults to files specifies whether the session module starts a session automatically on request startup Defaults "0" to (disabled) in conjunction with session.gc_divisor is used to manage probability that the gc (garbage "1" collection) routine is started Defaults to coupled with session.gc_probability defines the probability that the gc (garbage collection) process is started on every session initialization The probability is calculated by using "100" gc_probability/gc_divisor, e.g 1/100 means there is a 1% chance that the GC process starts on each request session.gc_divisor defaults to 100 specifies the number of seconds after which data will be seen as 'garbage' and cleaned up "1440" Garbage collection occurs during session start "" "php" session.cookie_lifetime "0" session.cookie_path "/" session.cookie_domain "" session.cookie_secure "" session.cookie_httponly "" specifies the lifetime of the cookie in seconds which is sent to the browser The value means "until the browser is closed." Defaults to See also session_get_cookie_params() and session_set_cookie_params() Since the cookie is returned by the browser, it is not prolonged to suffice the lifetime It must be sent manually by setcookie() specifies path to set in session_cookie Defaults to / See also session_get_cookie_params() and session_set_cookie_params() specifies the domain to set in session_cookie Default is none at all meaning the host name of the server which generated the cookie according to cookies specification See also session_get_cookie_params() and session_set_cookie_params() specifies whether cookies should only be sent over secure connections Defaults to off This setting was added in PHP 4.0.4 See also session_get_cookie_params() and session_set_cookie_params() Marks the cookie as accessible only through the HTTP protocol This means that the cookie won't be accessible by scripting languages, such as JavaScript This setting can effectly help to reduce identity theft through XSS attacks (although it is not supported by all browsers) © 2009 Khoa CNTT - ĐHKHTN .. .Chuyên đề CSDL WEB? ?? Bài : PHP File, Session, Cookies, Mail Session $_SESSION[sessionVar] Cookie: PHPSESSID session_start Client Webserver ƒ Là thông tin client server lưu máy server ƒ Sử dụng. .. nhiều trang phiên làm việc client © 2009 Khoa CNTT - ĐHKHTN Chuyên đề CSDL WEB? ?? Bài : PHP File, Session, Cookies, Mail Session – Cú pháp sử dụng ƒ Khởi động Session session_start(); – Bắt buộc phải... unset($_SESSION["sessionVar"]); ƒ Hủy Session session_destroy(); © 2009 Khoa CNTT - ĐHKHTN Chuyên đề CSDL WEB? ?? Bài : PHP File, Session, Cookies, Mail Session – Cấu hình ƒ Cấu hình php.ini ini_set('parameterName',

Ngày đăng: 11/05/2021, 03:16