Hello,
I'm working an application with asp.net, but I have a problem in session..
I searched a lot about how to kill a session when browser closed but it has not any solution.
Thanks for help.
alaad 0 Newbie Poster
Recommended Answers
Jump to PostYou can clear it manually if you know for sure that the browser was closed. How would you know server side that the browser closed?
The session will clear on its own according to the session timeout period. if a user closes their browser and opens it again and accesses …
Jump to Postbut how can I guess the period of session timeout ?
The default is 20 min, but you can configure a different timeout value in your web.config file. http://msdn.microsoft.com/en-us/library/h6bb9cz9%28v=vs.80%29.aspx
reduce the session timeout value... also provide the user with a …
All 6 Replies
tdrosiadis 0 Light Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
tdrosiadis 0 Light Poster
alaad 0 Newbie Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
faheemsial 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.