{"id":411,"date":"2021-06-10T14:49:34","date_gmt":"2021-06-10T13:49:34","guid":{"rendered":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/?page_id=411"},"modified":"2021-06-10T15:51:41","modified_gmt":"2021-06-10T14:51:41","slug":"session-variables","status":"publish","type":"page","link":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/php\/session-variables\/","title":{"rendered":"Session Variables"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignright wp-image-196\" src=\"https:\/\/blogs.glowscotland.org.uk\/sh\/public\/ahscomputinghtml\/uploads\/sites\/3275\/2021\/06\/05211152\/sqa-ah.png\" alt=\"\" width=\"100\" height=\"97\" \/><a href=\"https:\/\/www.w3schools.com\/pHp\/php_sessions.asp\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" class=\"image-59 alignright\" src=\"https:\/\/glow-prod-sh.s3.eu-west-1.amazonaws.com\/sh\/public\/ahscomputinghtml\/uploads\/sites\/3275\/2021\/06\/03210120\/w3schools-150x150.png?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&#038;X-Amz-Security-Token=IQoJb3JpZ2luX2VjEMT%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJGMEQCIFIuagJ%2FQbsh6cJaMwxxX26KpyAoAgPrYqCigWyoOv%2B5AiB7WZPdXsqs%2Fi%2Bmu5YCNfh48i%2B67qkp435SEsAUxInvzirABQiN%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAUaDDI3MzU3MDE5NTQzMyIMJTyQuVvRf9Jge%2FeDKpQFz5Cc9c1q02tUEX5LxaEp%2F%2F1ajRx9LvgS3wKuFWThN5opxKrYkwBv9hrpUDwj9DB2NjkX9H3suTRhZR5yWxdaXPtupByCZQCjDdjqs0SA%2F1OnO2KGge%2BhtwnAJnkqpBiO2V4ygXkvG1Qh1RqtNjjR625o7DaT16ySkN1QrbyXxgbdffqUBNOg0rHUR%2FmBPtp3QCvNeW9PTVIHmchTXNRnw%2FyFnWutGFoHlq%2FFXzkwq38nlGxM%2FbiyN6%2BKK4i5kNBIYL68lNdVAZwyZXvyMZ0NP6HAnBnUdDnOr5KfRuEHRIupMjjzwQ5Uh3ugOJfgnRe8%2BRe%2FJynv2o%2B1uXTD1gvDztSXB9O9SrewXbOTUeRK2K0omRh2zK2vh10iCVLj%2FcLds7WE%2FBbdU8JDxL4gLJqQZEV1Au6moBMMKW62gBF8lzSAY5Ds3iMKqNdklHhQdJSqo3BV31mZI5DbZGfb5yuLtELr1UvtaEDp8A5AD6swPbxZSbMMT4OaN3N392LKFd5WiwuaXxXdhI48UPo8LVC49wL8X1wQQrGqTiDNbjkrAtLPqpwx7ilZlS5d7jJ2HX4DJW%2FSVwFXb3Zfmy46l5gq25DRTroYdrPGBDeixCq2E7OUtVAfBAMT7CDHe%2BBLPckKKi%2BP6Z21aeEenmkvX2siyCM3wD%2BTiye%2FFSvkmebS4pJXm7VImS%2FOL74YPKMJlZCHPhVLVms%2FC%2FvB%2BvT5ude3VjosKOFk6btbkTlUm2G28HkwEGl%2FIjmnhN3bHZDe5Eby3%2B3rlo52fIb64%2BQTLMpFkaDCNQ33RtlfmIeRL7NyHTm91zZ8%2BCJwQiJECBIR8TK66xx5Xf3gi67%2Fj8K4PuPbWGcXFbC0twehY5epJWroV21WVh4kMO%2B5odAGOrIB%2Bdhmy3TxX0QiqRCuQALqyKbcMSWdMCHgr6NHcZDgUyH%2B1hJF%2FltJ%2FXE%2BqnXEdINy8emdfZdAnNeVAbmcgjxEM1Xop3OHn%2B%2Fy62uvVeSgX17L3GvWsOYZZB4LxaoqCSeyKdkBTR9bGUq7xstz4cEBNiev5HQHMRKs%2FAAriFOy8ZuQ8EFkpbt3soIiZXGu3G1r094JV3QL9wDcV%2Bx0B9I5mesSTpDU9dmEy5q3Q6kJu6cHmg%3D%3D&#038;X-Amz-Algorithm=AWS4-HMAC-SHA256&#038;X-Amz-Credential=ASIAT7MQN47UVPVFLOWC%2F20260516%2Feu-west-1%2Fs3%2Faws4_request&#038;X-Amz-Date=20260516T121546Z&#038;X-Amz-SignedHeaders=host&#038;X-Amz-Expires=900&#038;X-Amz-Signature=1881e0dc5210f6de7007981923da9f576cf0bf643f0cfac3e11e05bd25cd8966\" alt=\"\" width=\"50\" height=\"47\" \/><\/a>When a browser loads a new web page, it forgets all the information from the previous page. A PHP session is a way of storing information within a website, so that it can be retained and used across multiple pages.<br \/>\nExamples of session use are:<\/p>\n<ul>\n<li>displaying a user\u2019s id on multiple pages, following a successful login<\/li>\n<li>retaining selected items in a shopping cart, as the user navigates from page to page<\/li>\n<li>retaining values, such as a user\u2019s quiz Score, when each new question page loads<\/li>\n<\/ul>\n<h1>Starting a session<\/h1>\n<p>The following PHP function is used to start a session. This should be placed at the top of a page, before any HTML code. If data is being passed between multiple pages, each page that requires access to the session should contain the PHP code below.<\/p>\n<p>When a new session starts, a user key is stored on the user\u2019s computer. The session_start() function looks to see if a user key exists. If it does, the current session is continued. If no user key exists, a new session is started.<\/p>\n<pre class=\"brush: php; highlight: [1,2,3]; title: PHP; notranslate\" title=\"PHP\">&lt;?php\r\n   session_start();\r\n?&gt;\r\n&lt;!DOCTYPE html&gt;\r\n&lt;html&gt;\r\n&lt;head&gt;\r\n<\/pre>\n<p>&nbsp;<\/p>\n<h1>Session Variables<\/h1>\n<p>Session variables can be assigned values, or have their values checked in any file that contains the session_start() function.<\/p>\n<pre class=\"brush: php; highlight: [2,5]; title: PHP; notranslate\" title=\"PHP\">\r\nif (!isset() {$_SESSION&#x5B;'loggedin']) {\r\n    $_SESSION&#x5B;'loggedin'] = False;\r\n}\r\n...\r\n$_SESSION&#x5B;'username'] = $username;\r\n<\/pre>\n<pre class=\"brush: php; title: PHP; notranslate\" title=\"PHP\">\r\nif ($_SESSION&#x5B;'loggedin'] == True) {\r\n    echo &quot;&lt;p&gt;Logged in as: &quot; . $_SESSION&#x5B;'username'] . &quot;&lt;\/p&gt;&quot;;\r\n    \/\/ display rest of page\r\n} else {\r\n    echo &quot;&lt;p&gt;Not logged in&lt;\/p&gt;&quot;;\r\n    \/\/ display page with a login button\r\n}\r\n<\/pre>\n<h1>Ending a session<\/h1>\n<p>The PHP function session_destroy() is used to end a session. In this example, logout.php is ran when a &#8220;Log Out&#8221; button on other pages is clicked. The code below destroys the session and then reloads the home page.<\/p>\n<pre class=\"brush: php; title: logout.php; notranslate\" title=\"logout.php\">\r\n&lt;?php\r\n    session_start();\r\n?&gt;\r\n \r\n&lt;?php\r\n    session_destroy();\r\n    include &quot;index.php&quot;;\r\n    die;\r\n\/php&gt;\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>When a browser loads a new web page, it forgets all the information from the previous page. A PHP session is a way of storing information within a website, so that it can be retained and used across multiple pages. Examples of session use are: displaying a user\u2019s id on multiple pages, following a successful login retaining selected items in a shopping cart, as the user navigates from page to<\/p>\n<p><a class=\"more-link\" href=\"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/php\/session-variables\/\">Read More<\/a><\/p>\n","protected":false},"author":7,"featured_media":0,"parent":343,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-411","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/wp-json\/wp\/v2\/pages\/411","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/wp-json\/wp\/v2\/comments?post=411"}],"version-history":[{"count":11,"href":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/wp-json\/wp\/v2\/pages\/411\/revisions"}],"predecessor-version":[{"id":425,"href":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/wp-json\/wp\/v2\/pages\/411\/revisions\/425"}],"up":[{"embeddable":true,"href":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/wp-json\/wp\/v2\/pages\/343"}],"wp:attachment":[{"href":"https:\/\/blogs.glowscotland.org.uk\/sh\/ahscomputinghtml\/wp-json\/wp\/v2\/media?parent=411"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}