Using IIS and CGI we can retrieve data that has been Posted/Get on a web page using getenv("CONTENT_TYPE").
I need a method to retrieve the session variables data set on my web page. My web page uses PHP to set the session variables.
session_start();
// store session data
$_SESSION['user_name'] = 'ABCDE';
I have a VC++ program and I need to retrieve this session variable's data.
0 Replies - 2472 Views - Last Post: 25 July 2007 - 11:42 PM
#1
Passing session variables to C++ CGI code from a web page.
Posted 25 July 2007 - 11:42 PM
Page 1 of 1
|
|

New Topic/Question
This topic is locked



MultiQuote


|