05-21-2018, 08:35 PM
Another good way to verify your session data, is during development, adding the following to the bottom of page_footer.php.
Code:
<?=dump($_SESSION)?>
The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Sessions over multiple pages
|
Messages In This Thread |
Sessions over multiple pages - by justawebbie - 05-21-2018, 03:31 PM
RE: Sessions over multiple pages - by Brandin - 07-09-2018, 10:33 PM
Sessions over multiple pages - by Brandin - 05-21-2018, 08:35 PM
Sessions over multiple pages - by Brandin - 05-21-2018, 08:35 PM
RE: Sessions over multiple pages - by justawebbie - 07-09-2018, 09:20 PM
|