1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 12:45:55 +00:00

new option: SESSION_CHECK_ADDRESS

This commit is contained in:
Andrew Dolgov
2006-03-02 09:32:44 +01:00
parent 8fd92701e9
commit 09018e9526
6 changed files with 34 additions and 9 deletions

View File

@@ -104,5 +104,8 @@
// Store session information in a database (recommended)
// Uses default PHP session storing mechanism if disabled
define('SESSION_CHECK_ADDRESS', true);
// Bind sessions to specific IP address (requires DATABASE_BACKED_SESSIONS)
// vim:ft=php
?>