Dear All,
I need a advise from you regarding session life time.
I have a page for a quiz module, which help the users to input their questions and answers in the same page to create question bank for the quiz.
If the user select more numbers of questions and answer to be keyed in, (let say 20, actually total number of questions will taken from previous page) then page will be loaded with 20 Text Area, 20X4 Multiple answers, 20X4 radio button and other required fields. No problem to creating this page. But the problem is if the user takes more than 20 minutes to key in, then the session is expired. Actually session.gc_maxlifetime in php.ini file I gave 1200 seconds for session expiry.
But I want to keep the session until the user key in the questions and answer. Is there any possibility to extend the session life time only for the particular page.
For your Info, The page has Frameset with three frames, Top.php.,Head.php and add_question.php.
Please advise me.
Regards,
Richard.