Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 open webpage one applicatin to another application

Author  Topic 

amirs
Constraint Violating Yak Guru

260 Posts

Posted - 2009-03-05 : 01:22:23
hi
i have two web applicatin in asp.net1.1
i have open the link of page in first appliction to link of second aplicatin in same window.
i have use session state in first application it is posible to use in second application ?

ayamas
Aged Yak Warrior

552 Posts

Posted - 2009-03-05 : 06:02:59
Inprocs session objects cannot be accessed around multiple application.But out of proc sessions can be accessed using webfarms or u can customised ur Forms authentication to work for multiple applications.
Have a look at this

http://msdn.microsoft.com/en-us/library/eb0zx8fc(VS.80).aspx

http://blogs.msdn.com/toddca/archive/2007/01/25/sharing-asp-net-session-state-across-applications.aspx
Go to Top of Page

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2009-03-05 : 15:46:12
Why not use cookies. If its different or multiple subdomains, you can simply use cookies.
Go to Top of Page
   

- Advertisement -