can anyone tell me how to modify a timeout for a web app when logged in? Here are the known specs:
=> there is no session hash in the URL when logging in.
=> default timeout for no transacting activity is 5 minutes.
I really have no way to know if the timeout is located in the local cookie or stored in the web app [session] itself. It's a large PHP application that I'm referring to. and before anyone asks, no it's not a hacking attempt. This is simply an attempt by me to stop this little annoyance. I realize that a lot of people do this sort of thing for security reasons. Also, every transaction on the website (moving from page to page, clicking buttons) results in more than one file with a hash-based name being put in firefox's cache.
Thanks.
timeout data located in cookie files
-
- Registered User
- Posts: 3
- Joined: Wed Sep 09, 2020 7:31 am
- 3Di
- Registered User
- Posts: 951
- Joined: Tue Nov 01, 2005 9:50 pm
- Location: Milano 🇮🇹 Frankfurt 🇩🇪
- Contact:
Re: timeout data located in cookie files
I think you should ask for help in a site dedicated to intrinsic PHP programming, this is the phpBB development site which is a software forum written in PHP.
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
Re: timeout data located in cookie files
3Di is right, if this is a general purpose php(language) question your should be asking it at a board for php. If this is a phpBB(forum software) question then you should repost this at our main board https://www.phpbb.com/community/ in order to receive support.
bonelifer,
Community Team Member
bonelifer,
Community Team Member
William Jacoby - Community Team
Knowledge Base | phpBB Board Rules | Search Customisation Database
Please don't contact me via PM or email for phpBB support .
Knowledge Base | phpBB Board Rules | Search Customisation Database
Please don't contact me via PM or email for phpBB support .