I can use the Session fine, but I don't know how to control the timeout. Can someone help me? I would like to set the timeout in my web.config. Here is my code:
Session["u"] = "ha";
How can I extend the timeout?
I can use the Session fine, but I don't know how to control the timeout. Can someone help me? I would like to set the timeout in my web.config. Here is my code:
Session["u"] = "ha";
How can I extend the timeout?