473,656 Members | 2,983 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Sharing state variables between web applications

Hi,

I need to pass session state variables across different
web applications. Firstly is this possible and secondly
can someone show me how please??

Nov 18 '05 #1
4 1348
First, it is possible, and second, how many ways can you think of to send a
message from one application to another? Here are a few:

POST Request
GET Request
Windows Messaging Services
Web Services
Remoting
SMTP
FTP
Telnet
HTTP
etc...

Anyway, I hope you get the idea.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living

"W Akthar" <an*******@disc ussions.microso ft.com> wrote in message
news:1b******** *************** *****@phx.gbl.. .
Hi,

I need to pass session state variables across different
web applications. Firstly is this possible and secondly
can someone show me how please??

Nov 18 '05 #2
Thanks Kevin,

Do you know of any examples, tutorials on this on the web?
I am completely new to web proogramming and asp.net so
any help would be much appreciated!!!

Cheers

-----Original Message-----
First, it is possible, and second, how many ways can you think of to send amessage from one application to another? Here are a few:

POST Request
GET Request
Windows Messaging Services
Web Services
Remoting
SMTP
FTP
Telnet
HTTP
etc...

Anyway, I hope you get the idea.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living

"W Akthar" <an*******@disc ussions.microso ft.com> wrote in messagenews:1b******* *************** ******@phx.gbl. ..
Hi,

I need to pass session state variables across different
web applications. Firstly is this possible and secondly
can someone show me how please??

.

Nov 18 '05 #3
Hi there,

See my post on 9/16/2004 I asked this very question. It turns out in my
case I could not share state across apps, so what I did was I built an
encrypted token system that passed a token around from one application to
the next whenever the user wanted to go. I then created a "welcome" or
entrance page for each app and on this page I decrypt the token and set the
session variables for the application in question. This way each app
handles its own session data and state.

HTH Lerp :)

"W Akthar" <an*******@disc ussions.microso ft.com> wrote in message
news:1b******** *************** *****@phx.gbl.. .
Hi,

I need to pass session state variables across different
web applications. Firstly is this possible and secondly
can someone show me how please??

Nov 18 '05 #4
> Do you know of any examples, tutorials on this on the web?
On this? Don't you mean "on these?" I did list quite a few, and mentioned
that there are others.

About all I can do is point you to the freely-downloadable .Net SDK, which
explains quite a lot and has samples of doing much of it:

http://www.microsoft.com/downloads/d...displaylang=en

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living

"W Akthar" <an*******@disc ussions.microso ft.com> wrote in message
news:2f******** *************** *****@phx.gbl.. .
Thanks Kevin,

Do you know of any examples, tutorials on this on the web?
I am completely new to web proogramming and asp.net so
any help would be much appreciated!!!

Cheers

-----Original Message-----
First, it is possible, and second, how many ways can you

think of to send a
message from one application to another? Here are a few:

POST Request
GET Request
Windows Messaging Services
Web Services
Remoting
SMTP
FTP
Telnet
HTTP
etc...

Anyway, I hope you get the idea.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living

"W Akthar" <an*******@disc ussions.microso ft.com> wrote

in message
news:1b******* *************** ******@phx.gbl. ..
Hi,

I need to pass session state variables across different
web applications. Firstly is this possible and secondly
can someone show me how please??

.

Nov 18 '05 #5

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

Similar topics

6
5895
by: varlagas | last post by:
We disabled the antivirus software but the problem persists. Any clues? Many thanks in advance! Panagiotis Varlagas ======================================================================= 2005-07-28-10.39.02.015001 Instance:DB2 Node:000 PID:1568(db2syscs.exe) TID:2440 Appid:0A00153A.C90B.050728083720
3
6020
by: Nhi Lam | last post by:
Hi, I understand that there are 3 modes in which I can configure the SessionStateModule. What I need is an out of process Session State store with fail over support. The "SQL Server Mode" seems to be it, but I heard there is quite a bit of degradation in performance for using this mode. My next option is the "State Server Mode". However, this mode does not give me the fail over support. Is there anything that I can do the enhance the...
2
1368
by: PeteZ | last post by:
Hi, I was of the understanding that Session variables were GLOBALLY scoped across all Applications on a specific web site and that data obtained and stored in "variables" were available for other applications - it seems I was wrong. It appears that the data is held on a per-application instance ie. Each applications data is "sand-boxed" from other apps and cannot be referenced.
4
2046
by: Cowboy \(Gregory A. Beamer\) | last post by:
Background: ------------- The idea started as a single sign on type of application. Having tested it before, I knew we could institute single sign on using the same Authentication Cookie name (in this case "AuthenticationCookie" -- yeah, original, I know) and the same machine keys for the applications. <authentication mode="Forms"> <forms name="AuthenticationCookie" path="/" loginUrl="login.aspx" protection="All" timeout="10" />
3
2003
by: grooby | last post by:
I would like to develop an asp.net Web application using muliple web projects under one solution file and share the session information between web applications( or projects). Is this possible?
5
1531
by: Arun | last post by:
Hi, Is it possible to share Session/Application State across different Asp.net webapplication (one in VB.net ) and the other is C# ? If so can you guide me ? -Regards' Arun
0
1628
by: Nabani Silva | last post by:
Hi, hope someone could help I need to share session state (and contents) through differente web applications. I'm trying to get it done by using StateServer session state, below I paste code for web.config. Both applications are on the same server (I don't want to include all applications into one common virtual directory or application)
4
2332
by: qube3 | last post by:
We have applications written by JSP/Servlet and ASP.NET. All our future development would be based on ASP.NET. We wants to develop a single user interface so that users would not be aware that some of the modules they are using are implement by JSP or ASP.NET (e.g. no need to login both JSP and ASP.NET applications)? Are there any suggestions to share the session in formation among JSP and ASP.NET, or some single-sign on solution.
9
2889
by: Peri | last post by:
Dear All, Is there a way in which 2 application can share a common memory location to access static data? Say for example I have a product master data that is available in a single place, and I have an application that uses this data to do its own operation. I also have a similar kind of another application that uses the same data for its another operation. Can we implement this in C#?
0
8296
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8710
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7310
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6162
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5627
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4150
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2721
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1928
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1598
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.