ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on February 02, 2021, 12:52:05 pm

Title: PHP session variables
Post by: queensgambit9 on February 02, 2021, 12:52:05 pm
Having issue using session variables.
Variable is set on index page and works fine but when trying to access the variable on the php page which creates query to DB it seems to be undefined.

Using on both pages:

Code: [Select]
<?php
// Start the session
session_start();
?>

Any idea what could be wrong?
Title: Re: PHP session variables
Post by: queensgambit9 on February 05, 2021, 06:21:47 pm
Solved.