atemon has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I dont know if this is a more Apache-related question but . . .
In the shopping cart I made recently, I have an HTML wit Server Side Includes like
where sessions.cgi is creating sessions if its NOT set already and cart.cgi is my program dealing with shopping cart. In some initial cases I need the session ID generated by sessions.cgi in cart.cgi, in the same request. Is there a way to pass values between SSIs?<BODY> <!--#exec cgi="/cgi-bin/sessions.cgi"--> <!--#exec cgi="/cgi-bin/cart.cgi"--> </BODY>
Cheers !
--VC
Gods Own Country...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Passing values between Apache SSIs
by moritz (Cardinal) on Jun 02, 2008 at 09:23 UTC | |
by atemon (Chaplain) on Jun 02, 2008 at 09:46 UTC | |
by moritz (Cardinal) on Jun 02, 2008 at 09:58 UTC | |
|
Re: Passing values between Apache SSIs
by Anonymous Monk on Jun 02, 2008 at 08:30 UTC | |
by atemon (Chaplain) on Jun 02, 2008 at 08:55 UTC |