Sessionid/cookie for two different apps

cathiec

Freshman
Joined
Mar 8, 2004
Messages
28
I have a main application that manages authentication and authorisation to other applications (all ASP.NET with C#)

Is it possible to transfer a sessionid or store details in a cookie so that security informaion/particular access information applied by the main application will cascade to the other applications?? In other words can i use a session id created by one application in another??

Thanks
 
Back
Top