473,387 Members | 1,745 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

session and SSL

Will Session() (created in SSL) hold its value in SSL, when you go from
https://abc to https://xyz and back to https://abc ? Mine does not appear to
retain its value.

thanks
Jul 19 '05 #1
4 1690
No, but not because of SSL, but because you're changing domains.
http://www.aspfaq.com/show.asp?id=2157

--

Ray at home
Microsoft ASP MVP
"shank" <sh***@tampabay.rr.com> wrote in message
news:u8*************@tk2msftngp13.phx.gbl...
Will Session() (created in SSL) hold its value in SSL, when you go from
https://abc to https://xyz and back to https://abc ? Mine does not appear to retain its value.

thanks

Jul 19 '05 #2
Are you getting back to the original site within the Session timeout?
Remember that when you access the last page on abc and go to xyz the timer
is running on your abc server and if you don't get back to the same site in
the same browser process within that time then your session will have gone.

"shank" <sh***@tampabay.rr.com> wrote in message
news:u8*************@tk2msftngp13.phx.gbl...
Will Session() (created in SSL) hold its value in SSL, when you go from
https://abc to https://xyz and back to https://abc ? Mine does not appear to retain its value.

thanks

Jul 19 '05 #3
My transfer time is a few seconds, maybe 10. The issue is that I have 2
shopping carts on one site. I have 2 totally different lines of product that
must be handled in separate fashions. Different drop shippers. Different
shipping options. I'm trying to use one merchant account to collect credit
card info for both. So far, I'm only able to get 1 response from my cc
authorization company. Either yeah or nay. Somehow, assuming authorization
is successful, I need to take one set of actions for cart1 or a totally
different set of actions for cart2. So far, I am not able to carry a
Session("cartname") into the response page. The process is....

https://pay.asp ---> https://developer.skipjack.com/scripts/EvolvCC.dll --->
https://response.asp

How should I be doing this? I sure as heck do not want to get 2 merchant
accounts or do I lot of manual labor on the backside. One user suggested
that it's not possible to carry across domain names. Is that true, or is
there a way around this?
thanks

"Adrian Forbes [ASP MVP]" <so***@noemail.zzz> wrote in message
news:uF*************@tk2msftngp13.phx.gbl...
Are you getting back to the original site within the Session timeout?
Remember that when you access the last page on abc and go to xyz the timer
is running on your abc server and if you don't get back to the same site in the same browser process within that time then your session will have gone.
"shank" <sh***@tampabay.rr.com> wrote in message
news:u8*************@tk2msftngp13.phx.gbl...
Will Session() (created in SSL) hold its value in SSL, when you go from
https://abc to https://xyz and back to https://abc ? Mine does not
appear to
retain its value.

thanks


Jul 19 '05 #4
If the fulfillment script is called from the authorization service's server
then it cannot include the user's session cookie (because it doesn't have
it).

How do you specify your fulfillment script to the authorization service? Can
you include a querystring on it?

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"shank" <sh***@tampabay.rr.com> wrote in message
news:Wm*******************@twister.tampabay.rr.com ...
My transfer time is a few seconds, maybe 10. The issue is that I have 2
shopping carts on one site. I have 2 totally different lines of product that must be handled in separate fashions. Different drop shippers. Different
shipping options. I'm trying to use one merchant account to collect credit
card info for both. So far, I'm only able to get 1 response from my cc
authorization company. Either yeah or nay. Somehow, assuming authorization
is successful, I need to take one set of actions for cart1 or a totally
different set of actions for cart2. So far, I am not able to carry a
Session("cartname") into the response page. The process is....

https://pay.asp ---> https://developer.skipjack.com/scripts/EvolvCC.dll ---> https://response.asp

How should I be doing this? I sure as heck do not want to get 2 merchant
accounts or do I lot of manual labor on the backside. One user suggested
that it's not possible to carry across domain names. Is that true, or is
there a way around this?
thanks

"Adrian Forbes [ASP MVP]" <so***@noemail.zzz> wrote in message
news:uF*************@tk2msftngp13.phx.gbl...
Are you getting back to the original site within the Session timeout?
Remember that when you access the last page on abc and go to xyz the timer is running on your abc server and if you don't get back to the same site

in
the same browser process within that time then your session will have

gone.

"shank" <sh***@tampabay.rr.com> wrote in message
news:u8*************@tk2msftngp13.phx.gbl...
Will Session() (created in SSL) hold its value in SSL, when you go from https://abc to https://xyz and back to https://abc ? Mine does not

appear
to
retain its value.

thanks



Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Damien | last post by:
Hi to all, I'm currently re-designing our intranet : nice and lean CSS2, cleaned-up PHP 4.3.7, better-normalized MySQL ;o). So I've started using the $_SESSION variable instead of register_globals...
1
by: mudge | last post by:
I'm running PHP Version 4.3.10. I'm trying to make it so that when a person logs in using a user name and password that their session is valid and continues for a few months so they don't have to...
6
by: Al Jones | last post by:
This is a repost form the vbscript newgroup - if this isn't the appropriate group would you point me toward one that is. Basically, I seem to be losing session data part way though preparing an...
5
by: Abhilash.k.m | last post by:
This is regarding the session management using Out of proc session management(SQL SERVER). Among the samples below which one is better to set the session? 1. There are 20 session...
0
by: joseph conrad | last post by:
Hi, I tried to implement my own session handler in order to keep control on the process the drawback I foun it is not creating and storing in my cookie the PHPSESSID variable anymore. reading te...
14
by: aroraamit81 | last post by:
Hi, I am facing a trouble. I have some Session variables in my code and somehow my session variables are getting mixed up with other users. For example User A has access to 10 companies and...
7
by: aroraamit81 | last post by:
Well Guys, Here is a very strange trouble. When more than one users request tto same page at the same time then our session gets conflicted. Moreover I printed my SessionID, strangely but true I...
0
by: TRB_NV | last post by:
I'd been using an Access database based shopping cart, but wanted to change it so that it would use session variables. I have a form that's submitted to a page called addtocart.asp that contains...
1
by: Santosh | last post by:
Dear All i am writting a code sending mail with attachement. i am writting code for sending mail in one page and code for attaching a file in the next page. aftet attaching a file i am taking...
5
by: lyealain | last post by:
<% If Session("username") = "" Then Response.Redirect("/CLS/Login.asp") End If Dim conn Dim connectstr Dim db_name, db_username, db_userpassword Dim db_server Dim res
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.