How to cross session in diff application but in same domain?
For example .. there are two website URL.
http://test.com.tw/FirstApp/Index
http://test.com.tw/SecondApp/Index
When First Website Set Session
Session["TempID"] = "Temp String"
How can second website to get Session["TempID"]
's Value?
I have try to get the value in second website..
but it's null...