In Joomla root folder I have a sub-foder named "sfolder" and in this
"sfolder" I have a file named "set_session.php" which set a session
key and value as its name suggests through the global variable
$_SESSION, $_SESSION['some_key'] = $some_value.
I request this first which url "
http://localhost/joomla/sfolder/
set_session.php"
then
in a Joomla component I have some code to check this session value,
$_SESSION['some_key']
but I got nothing instead of value of $some_value
=== This happens when I integrate script library "kcaptcha" to my
Joomla component
Please help. Thank you.