LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   How to define session timeout to default html page in apache (https://www.linuxquestions.org/questions/linux-server-73/how-to-define-session-timeout-to-default-html-page-in-apache-4175422359/)

sanjay87 08-16-2012 03:20 AM

How to define session timeout to default html page in apache
 
Hi
i had defines session timeout value in apache to 120 .After these session time out i want user to move to default html page .How can i defines such a thing in apache .Anyone have any clue? How can i achieve these in apache.

TenTenths 08-16-2012 04:34 AM

Quote:

Originally Posted by sanjay87 (Post 4755361)
Hi
i had defines session timeout value in apache to 120 .After these session time out i want user to move to default html page .How can i defines such a thing in apache .Anyone have any clue? How can i achieve these in apache.

Notifying users of session expiry etc. is not acheived by Apache, your web application needs to be designed to deal with monitoring sessions and expiry. The session timeout value in Apache is for the low level http connection and data transfer.


All times are GMT -5. The time now is 03:41 PM.