J
Jason Huang
Hi,
In my .Net 3.5 C# VS 2008, I have Timer on some pages.
My question is regarding the Session and the Timer.
The SessionA is created on A.aspx, and later on the B.aspx use the
SessionA's value to do some processes.
However, the C.aspx doesn't use the SessionA at all.
If I wanna keep the SessionA alive until user close the web applications,
how do I use the Timer to achieve this goal?
Thanks for help.
Jason
In my .Net 3.5 C# VS 2008, I have Timer on some pages.
My question is regarding the Session and the Timer.
The SessionA is created on A.aspx, and later on the B.aspx use the
SessionA's value to do some processes.
However, the C.aspx doesn't use the SessionA at all.
If I wanna keep the SessionA alive until user close the web applications,
how do I use the Timer to achieve this goal?
Thanks for help.
Jason