Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am hosting one web site in server one problem is that some time it can not retrive data from server it gives the exception but when i run in localhost it dosnt give me error.and one importent thing i m using web service.can it be problem??? I think for creating connection it taking time or may be some other proble please suggest me how can i over come frpm that prob.
Posted
Updated 26-May-10 23:36pm
v2
Comments
PSK_ 26-May-10 23:56pm    
Can you proved the exception details?

1 solution

If you are getting session expired errors, you can either increase your session time, or use something like this article suggests.[^]

Another way would be to save your session state, either to a database or using cookies etc... it all depends what you are trying to achieve.
 
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