Subject: Session timeout...
Posted By: rupen Post Date: 1/3/2007 7:47:54 AM
I m developing an intranet application, and want to know various techniques used with session thing...

What should we do (and how) if session gets over,, is any way to let session continue forever?



Rupen Anjaria.
------------------
We CAN'T avoid problems, but can solve it.
Reply By: dparsons Reply Date: 1/3/2007 8:35:29 AM
You don't want a session to last forever, this would kill your server preformance since session data is stored in server memory.  If you want a certain value to last forever you can use a cookie which is a much better option in my opinion.

-------------------------
I will only tell you how to do it, not do it for you.  
Unless, of course, you want to hire me to do work for you.

^^Thats my signature

Go to topic 54300

Return to index page 76
Return to index page 75
Return to index page 74
Return to index page 73
Return to index page 72
Return to index page 71
Return to index page 70
Return to index page 69
Return to index page 68
Return to index page 67