This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

IP Dependent Cookies

विवरण

Each time you login to your blog WordPress creates a session cookie which is used to authenticate you.
By default if someone somehow gets your cookies he (or she) is able to use them to compromise your blog
(even without having to know your password!). To prevent this you may want to make your auth cookies
ip-dependent so that they could be valid only for that ip which you used during login.

Use this plugin only if you have a static IP or dynamic which doesn’t change too often. Otherwise, you’ll
have to enter your login and password each time your IP changes.

इंस्टॉलेशन

To install the plugin follow these steps:

  1. Download the ip-dependent-cookies.zip file to your local machine.
  2. फ़ाइल अनज़िप करें
  3. Upload “ip-dependent-cookies” folder to the “/wp-content/plugins/” directory
  4. वर्डप्रैस के प्लगइन मेनू के द्वारा इस प्लगइन को सक्रिय करें
  5. Go to plugin settings and enable the plugin.
  6. You will be prompted to log in again. Do so. This is necessary to set the new cookie.

समीक्षाएं

1 के सभी समीक्षा पढ़ें

सहायक &डेवलपर्स

यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।

योगदानकर्ता

Translate “IP Dependent Cookies” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

बदलाव विवरण

1.2.1

  • Still works with the most recent version of WordPress

1.2

  • Changed: code refactoring
  • Added: plugin made translatable

1.1

  • Added: quick link to settings from the plugins list
  • Added: nag when a plugin is not enabled

1.0

  • First public release