Aren't HttpSessions "keyed" to the Session IDs they set? In any event, web applications traditionally operate in a disconnected state because this is how web servers operate. One HTTP request has nothing to do with another. You need to consider very carefully the idea of trying to make a web app that goes against this. If you really need a very tightly tied together system then the web isn't a good platform.
Or are you asking more of a single sign on question? What is in the HttpSession that you need to share? Tom Larsen On Thu, 29 Jul 2004, Matthew Metnetsky wrote: > I've searched google and found almost no information on this, so I > figured I'd ask here. > > Has anyone had any luck of sharing HttpSession data between applications > (basically directories) ? The site I'm beginning to build requires 1 > login for multiple modules and I'd really rather not have a flat file > structure for such a huge application. > > Any ideas? > > ~ Matthew > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
