Can Mutiple webapplication - use same session ?

  • Thread starter Thread starter Gopal Prabhakaran
  • Start date Start date
G

Gopal Prabhakaran

Dear all,

Pls help me to do : How to share [same]session value between 2 different
webapplication

I am using sqlserver to store session

Both the web application running in same web server

Pls help asap

Millions of thanx in advance


Thanx
Gopal Prabhakaran
 
write a remoting service which both apps an use or if you dont want to go
that route, create a webservice in say application A. call the webservice
from application B
thats bout all i can think of.
 
Back
Top