Sharing session across applications

  • Thread starter Thread starter Fresno Bob
  • Start date Start date
F

Fresno Bob

I have a web application. I would like to deploy it to a virtual folder on a
larger site. I have read that the session won't be shared is this correct,
are there any alternatives, and area there any other considerations.
 
Hello Fresno,

the best way is to use 3rd part tools, like ScaleOut and etc.
But actually you can implement the same functionality manually, but it takes
a lot of time

read my article about the ways to implement this: http://laflour.spaces.live.com/blog/cns!7575E2FFC19135B4!355.entry?&_c02_owner=1

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


FB> I have a web application. I would like to deploy it to a virtual
FB> folder on a larger site. I have read that the session won't be
FB> shared is this correct, are there any alternatives, and area there
FB> any other considerations.
FB>
 
Back
Top