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.
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.1i 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 thishttp://msdn.microsoft.com/en-us/library/eb0zx8fc(VS.80).aspxhttp://blogs.msdn.com/toddca/archive/2007/01/25/sharing-asp-net-session-state-across-applications.aspx |
|
|
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. |
|
|
|
|
|