When switching from an unsecured page to a secured page, or visa versa, it is just like going to another site. So your sessions will not cross. You can either pass the contents you are storing in the session variable via a hidden form or in the querystring. Or you can store the contents in a temp table and pass the record id in either a hidden form or querystring.
HTH ----- Original Message ----- From: "Joy" <[EMAIL PROTECTED]> To: "ActiveServerPages" <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 11:24 AM Subject: passing session values to secuerd site > Is it possible to pass session values from a unsecuered page to secured > page.i am using session variable to store shoping cart items in the cart > which uses secured site.so is it possible to store cart item in session > variables and pass to access data base in a ssl connection.if not can u > suggest me another method with just simple source code.expecting your > reply > joy.k.k > > --- > You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] > To unsubscribe send a blank email to %%email.unsub%% --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
