In ASP.NET, can we maintain client 'sessions' across seperate .NET solutions and/or seperate projects? We're trying to avoid having to place cookies on the client w/ session login credentials or passing login info in URL's.
In other words, can 2 seperate .NET projects or solutions that share seperate memory space in IIS pass session info across to one another?
In other words, can 2 seperate .NET projects or solutions that share seperate memory space in IIS pass session info across to one another?