Re: [us...@httpd] How to maintain session with CGI C++

2009-08-27 Thread Jaikishan Jalan
Yes, even I want to make use of Session module of Apache HTTP server. But I am not able to locate it. I know how to add/load a module in Apache but I could not locate the session module. Following are the modules in my apache server but I think session module is not there (looking for mod_session.c

Re: [us...@httpd] How to maintain session with CGI C++

2009-08-27 Thread Nick Kew
Jaikishan Jalan wrote: Hello, I was wondering if somone could point me as to how to maintain sessions with CGI scripts in C++. Same as with CGI in any other language (google is your friend). But why not use an existing framework to maintain sessions, and just use a session token from that in

[us...@httpd] How to maintain session with CGI C++

2009-08-27 Thread Jaikishan Jalan
Hello, I was wondering if somone could point me as to how to maintain sessions with CGI scripts in C++. -- Thanks, Jaikishan