|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Are Session Variables lost when moving from http to https ? |
From: |
gib |
Date: |
8/12/2000 11:09:33 PM |
IP: |
210.9.51.6 |
I think, I have that kind of problem before when using ColdFusion. Actually, it doesnt really matter either its ColdFusion or ASP. The problem is once you go from http to https, browser will treat it as you leave your current Server which the session will be disappear in result.
We have this problem when we do the ecommerce page wich you need to submit users details to a payment gateway (https) and then come back to your server to get the result from payment gateway whether the credit card transaction is ok or not. But, once we come back we didnt know who is the one that pay for that transaction because you already lost your session (maybe more than 1 users buy tickets at the same time). Then what we did is to use database to help.
Hope this would help you
Gib :-) |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|