Click here to Skip to main content
15,888,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How would one go at sending a keep alive signal to the server while using the flash element of the asp webpage.

The current session time out on the server is set to 15 minutes (can't be more than that). The problem I'm having is that the user will use the Flash element but whenever he clicks on a button within the flash element, it doesn't send a keep alive signal to the server.

What would be the recommendation on over coming this problem.
Posted

1 solution

There are some opportunity to make your session alive.

1. Set in the web.config the session timeout to maximum. (Which you've mentioned not a solution for you)
2. You can call a page method with Ajax every minute which returns empty string.

I hope this helps!
 
Share this answer
 
v2

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