Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm getting the session expired problem with while Excel file import data into SQL Server data base, when the import finished then my application session state null, could you please tell me solution? (My application session time =20 min).
Posted
Updated 2-Feb-10 8:41am

1 solution

try changing your session mode from InProc to StateServer.
Hope this will solve your problem
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900