English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

While i am doing my programming with session values, the session values will be expiring if iam not working with that for some time.

2006-08-02 22:11:07 · 2 answers · asked by ooxy 1 in Computers & Internet Programming & Design

2 answers

Yes, this is not unusual.

Session objects should only be valid for a specific time period, say 15 or 20 minutes. Or else, there would be no purpose in having session objects.

If there were no sessions implemented, this would mean that users could view and use their web pages (e.g.: logged-in web pages) for even up to a whole day long, which is not "healthy" for the server - that means the server would have to "work harder" to service many requests coming from many clients unnecessarily.

Hope this explanation helps.

Happy programming!

2006-08-02 22:19:05 · answer #1 · answered by dt_aiying 2 · 0 0

SIMI instead me explaining to you about ASP session values. It will take lots of typing and I dont have time for that. Therefore I am providing you with link read and learn.

http://www.webmonkey.com/templates/print_template.htmlt?meta=/webmonkey/03/30/index3a_meta.html

2006-08-02 22:21:52 · answer #2 · answered by Joe_Young 6 · 0 0

fedest.com, questions and answers