in reply to Passing values between Apache SSIs
Your best chance is to ensure that the user already has a cookie, then set up the session in session.cgi, store it in the DB, and retrieve it in cart.cgi. That probably defeats the purpose of the separation of the two scripts.
So instead of using two SSIs, call a dispatch script that calls both scripts and passes the values from the first to the second.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Passing values between Apache SSIs
by atemon (Chaplain) on Jun 02, 2008 at 09:46 UTC | |
by moritz (Cardinal) on Jun 02, 2008 at 09:58 UTC |