help in session time out

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vapanchamukhi
Forum Newbie
Posts: 5
Joined: Thu Nov 06, 2008 3:51 am

help in session time out

Post by vapanchamukhi »

i have developed a page which takes test of group of people. i want that page to lock after the time is out as in the real tests.. How to lock the page or to redirect the page from test page to another page after the test period is over?
User avatar
susrisha
Forum Contributor
Posts: 439
Joined: Thu Aug 07, 2008 11:43 pm
Location: Hyderabad India

Re: help in session time out

Post by susrisha »

may be you can take a look at the "time" functions of php.
User avatar
Skoalbasher
Forum Contributor
Posts: 147
Joined: Thu Feb 07, 2008 8:09 pm

Re: help in session time out

Post by Skoalbasher »

Cookies maybe?
Post Reply