views:

12

answers:

0

Hello,

I need to somehow tell the difference between several applications all running under the same session. The problem arises from storing things in the session. If we add something in one application called "TestVariable" and the same variable name in another application it then gets overridden.

All applications have an application code associated with them.

The most seamless method of achieving this is preferred. If it can work with any existing code that is even more awesome.

I hope someone has an idea cause the few I have come up with take too much time making it infeasible for me to go back and try to implement.

Thanks ahead of time!


Small update: This is a ASP.NET Web Application(s) Problem