share session in two .net application

  • Thread starter Thread starter Charlie Hoo
  • Start date Start date
C

Charlie Hoo

Hi,

Anyone know how to share session state across different applications in the same server or different server?

Thanks a lot.

Charlie
 
First you need to set you SQL Session State, then you want to transfer in a
parameter the Session.SessionID from one computer to the other in order to
read it from the database.

If you need to go into more details or you need any help, let me know, I'll
be happy to give you a hand.

Cheers
Al
 

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

Back
Top