hai
iam new to this domain. iam developing online quiz contest project in php (mysql,javascript,ajax) i need Automatic session timeout/logout and also i need time counter display using php and AJAX. pls refer any website. i searching for last 2 days..

advance thanks..

1)Session timeout should be implemented on the server side. The server knows the time when the last HTTP request is called. If the next request is longer than the time limit, you could simply drop the request and display session time out.

2)There are many time counter in PHP and JavaScript. You should be able to find some on this forum as well.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.