How to clear and destroy sessions in php _ PHP Tutorial

Source: Internet
Author: User
Php methods for clearing and destroying sessions. Analysis of methods for clearing and destroying sessions in php this article mainly introduces methods for clearing and destroying sessions in php. The example analyzes the skills for clearing and destroying sessions in unset () and session_destroy, analysis of methods for clearing and destroying sessions in php

This article mainly introduces the methods for clearing and destroying sessions in php. The example analyzes the skills for clearing and destroying sessions in unset () and session_destroy (). For more information, see

This document describes how to clear and destroy a session in php. Share it with you for your reference. The specific analysis is as follows:

The following code deletes a single session value and all sessions respectively.

Unset () is used to release an existing session value. you can use the session_destroy () function to destroy all sessions.

?

1

2

3

Unset ($ _ SESSION ['View']);

?>

Destroy all sessions

?

1

2

3

4

5

Session_start ();

//...

Session_destroy ();

?>

I hope this article will help you with php programming.

This article describes how to clear and destroy sessions in php. The example analyzes the skills of clearing and destroying sessions in unset () and session_destroy...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.