I don't know if this is possible.
When I set sesstion variable:
Session["name"] = "name";
Can I set somehow time out for this variable (specific to this one)?
In web config timeout can be set to 20 minutes but I want this session variable to stay a live whole day.
Is this possible?