Posted on: 3/12/2015 1:48:21 PM | Views : 609

Hi,
I am uploading a pdf file using file uploader control and saving in my application folder.
After uploading I am doing some operations and finally I am deleting
the file which I uploaded.
Now my problem is sessions are loss unexpectedly in one scenario.
1) If I delete the File from my application folder then the session is loss.
2)If I didn't delete everything is fine.
Why It is happening? I need to maintain session.
I wrote in web.config like this <sessionState mode="InProc" timeout="60"/>
Please help me

Go to the complete details ...