How to keep session information across several appliations?

T

Terry Olsen

I have a single login page to validate the users. However, the
session.item I use to hold the validated userID is not holding when I
switch to a different web app.

What's the best method to pass such information between web
applications?
 
B

Brock Allen

What's the best method to pass such information between web
applications?

Sessions are scoped to AppDomains which correlate to applications in IIS.
If you need data to span applications, put the data in the database.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top