dave kees

Greenhorn
+ Follow
since Dec 28, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by dave kees

If you need to pass data between ASP and JSP pages,
HOW will you do this? I've tried using the session
object but they are different between the two pages.
22 years ago
Does anyone know if this is possible?
I have a test ASP that sets session data.
In this page, there is a link that, when pressed,
opens a new browser window that loads a JSP. When
the JSP loads, it tries to retrieve the session data
which was set by the ASP but the data in NOT there.
When everything is JSP it works fine. I suppose if
everything is ASP it would also work.
So how would a ASP pass session level data to a JSP?
22 years ago
So in other words, since the session object is different
between ASP and JSP, are you saying data CANNOT be passed
between ASP and JSP using the session object?
I have no idea how I would implement those other suggestions.
22 years ago
Regarding the mixing of JSP and ASP, did you ever get any
feedback? I am working with a test case written in ASP.
The session attributes set by the ASP are NOT being
recognized when a JSP tries to accesses them.
Seems like the app must be ine or the other and no
mixing of ASP and JSP, expecially if they need to pass
data.
22 years ago