Posted on 10/8/2007 5:43:35 AM
Thanks for details of session state ,its really interesting
/p>
|
Posted on 6/30/2008 3:13:37 AM
Hi Vikrant,
/p>
There is no other easy solution for this. And you should not worry about the size of the file. while moving the file. The size will slow the process only while copying and not while moving the file. Moving the file will not be effected by the size of the file as the windows just changes the memory loaction and does not fully move the file.
/p>
|
Posted on 9/23/2009 9:16:21 AM
|
Posted on 2/24/2010 12:45:18 PM
If i set session timeout to 1 minute then session_end will be fired exactally 1 minute. This can be done by calling session.abandon.
/p>
|
Posted on 10/5/2010 11:18:49 AM
hi vikram,
Is there any way to clear session if user close browser ?
the session is maintained Inproc.
/p>
|
Posted on 10/5/2010 11:20:51 AM
hi vikram,
Is there any way to clear session if user close browser ?
the session is maintained Inproc.
/p>
|
Posted on 2/24/2011 2:44:28 PM
|