Increase web session time for apache web server
Hello there,
Can you please help me to increase the web session of Apache Web Server. I need to increase this upto a max. of 5-8 minutes.
Can I do this?
Thanks,
Dan.
Re: Increase web session time for apache web server
The Apache web server has no concept of sessions. Is this some perl code that you are trying to change? If so, look for how it manages sessions. It may use a CPAN module for it, or it may just handle them by itself.