473,408 Members | 1,788 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,408 software developers and data experts.

Can ASP.NET and JSP Share Session State?

I've been looking at a number of threads that seem to address this
issue, but they all seem to vector off into the weeds. So, can anyone
provide a definitive Boolean answer to the question, "Is it possible
for a JSP page and an ASP.NET page to communicate with each other via
session state variables?"

TIA,
Jeff Carver

Nov 19 '05 #1
2 1575
Strickly speaking no (as they are totally different environment, they can't
share the "same" session variables).

You could likely though simulate this with basically two big options :
- using a common store (such as a DB, cookies, or perhaps a replacement for
the session object usable from both ASP.NET, JSP) for those values rather
than session variables
- or by passing back and forth updated values so that changes are reflected
in the other side

---
Patrice

<je*********@hotmail.com> a écrit dans le message de
news:11**********************@g47g2000cwa.googlegr oups.com...
I've been looking at a number of threads that seem to address this
issue, but they all seem to vector off into the weeds. So, can anyone
provide a definitive Boolean answer to the question, "Is it possible
for a JSP page and an ASP.NET page to communicate with each other via
session state variables?"

TIA,
Jeff Carver

Nov 19 '05 #2
Thanks, Patrice. That's not the answer I was hoping for, but it was
clear and unambiguous!

Nov 19 '05 #3

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

Similar topics

3
by: Patrick | last post by:
Hi all, I'm looking for a working example on how to share session state between ASP and ASP.NET. The solution of Y Yeung of Microsoft seemed to be a good solution but I did not get the asp part...
2
by: VB Programmer | last post by:
I've read that you can save a session state variable created by an ASP page into a db so that the value of the session state variable can be read/used by an ASP.NET webform. Question: Let's say...
1
by: guoqi zheng | last post by:
I have an application in IIS with a few sub domains assign to it. Is there a way for me to share session data across those subdomains? regards, Guoqi Zheng http://www.ureader.com
1
by: Charlie Hoo | last post by:
Hi, Anyone know how to share session state across different applications in the same server or different server? Thanks a lot. Charlie --- Posted using Wimdows.net Newsgroups -...
3
by: CharlieHoo | last post by:
Hello, How to share session state between two or more ASP.NET applications in the same server or different ones? Thanks a lot. Charlie
5
by: Joe | last post by:
I have an application which runs in a non-secure environment. I also have an application that runs in a secure environment (both on the same machine). Is there any way to share the session data for...
1
by: Rommellion | last post by:
We have 5 to 6 projects .net running on production, in which each one has its own virtual direstory, however we need to add up two more and link them all together so they can share same single...
1
by: Hans Kesting | last post by:
Hi, Is it possible to share sessions between subdomains? Say: the user logs in at www.company.com, and is redirected to my.company.com. This is a different url for the same application. Can I...
5
by: =?Utf-8?B?U2FjaGluIFNha2k=?= | last post by:
I have asp application, from which I am redirecting user to .aspx page. I want to use same sessions in .aspx application. When User clicks on Browsers back button i.e. comes back from .aspx page to...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.