session variable

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
Oleksandr
 
 
Posts: 156
Joined: Fri Aug 11, 2023 10:03 am

session variable

Post by Oleksandr »

Good day.
Tell me please.
in which part of the page would it be correct to specify the session variable $_SESSION['username'] = $_username;
To use $_username in queries as a value.
User avatar
Pablo
 
Posts: 23327
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: session variable

Post by Pablo »

PHP session variables should be set at the start of the page.
Note that this is not specific to WWB. This is standard PHP functionality.
Oleksandr
 
 
Posts: 156
Joined: Fri Aug 11, 2023 10:03 am

Re: session variable

Post by Oleksandr »

Thank you very much for your reply.
I know this does not apply to WWB.
So thank you again.
Post Reply