Hi,

The easiest solution would be to store the session
items in a database.  But if that cannot be done, try
this.

I recall having to deal with this a year or two ago.
I think I wrote the session values to a form that in
turn posted to the page on the secure side.  Once
there, I did a request.form("") and stored the values
in session on that side. 

Mark 
--- AHMET GULBAS <[EMAIL PROTECTED]> wrote:
> hi..in our e-commerce web site , users can add items
> to their charts and I 
> keep them in session("basket")..when they wants to
> pay online with credit 
> card,I redirecting them from http://www.oursite.com
> to 
> https://secure.oursite.com/credit.aspx..credit.aspx
> is in the same folder 
> like all other pages in our site..but
> session("basket") disappears in the 
> https://secure.oursite.com/credit.aspx..what should
> I do?thanks..
> 
> 
> 


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to