Cookie session / expiration Cookie session / expiration
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Cookie session / expiration

Started by JohnM-UK, September 04, 2006, 01:11:05 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JohnM-UK

Hi I wonder if its possible to add a admin entered cookie session time to the admin board. Like on this phpbb forum:
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.oneuk.f2s.com%2Fimages%2Fcookies.jpg&hash=148dfd985b6690e561ee65d266248265a2603afc)
http://www.oneuk.f2s.com/images/cookies.jpg

To here on the admin board:
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.oneuk.f2s.com%2Fimages%2Fcookies2.jpg&hash=2c6c79f58e22ff50eada5592958f3dba58d35186)

Function: After a specified time 1) When guests leave the page, they have to enter the password for private albums again. 2) Logged in users have to enter their password if revisiting the site after a longer period than the specified time (both reasons good for shared computers).

There must be a bit of code that can be added for this, if so which files would you add it to? admin.php? any others?