{ "info": { "author": "Eric Florenzano", "author_email": "floguy@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "======================\ndjango-cookie-sessions\n======================\n\nThis is a session backend which uses Django's secure cookie encoding and\ndecoding functionality to store the whole session in the cookie, instead of\ntalking to some database or cache instance.\n\n\n------------\nInstallation\n------------\n\nSet this in your settings:\n\n SESSION_ENGINE = 'cookiesessions.engine'\n\n\n----------------------\nWhy would I want this?\n----------------------\n\nWith all of the other Django session backends every request from a user results\nin a request to some backend service, whether it be a database, memcached, or\nsomething else. Wouldn't it be better if we could store that information with\nthe client itself, and save ourselves the extra requests and latency?\n\nPrior to Django 1.4, it was not possible, because you couldn't trust the user's\ncookie. Someone could have set their user_id in the cookie to someone else's,\nand suddenly be logged in as that other user. Thankfully Django 1.4 supports\nsecurely signed cookies, meaning that we can ensure that the cookie was set by\nus, and only us.\n\nGiven that, it's now possible to save ourselves these extra requests and\nlatency, as well as retain the strong security that we have come to expect\nfrom web services built on Django.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ericflo/django-cookie-sessions", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-cookie-sessions", "package_url": "https://pypi.org/project/django-cookie-sessions/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-cookie-sessions/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ericflo/django-cookie-sessions" }, "release_url": "https://pypi.org/project/django-cookie-sessions/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A secure cookie-based session engine for Django.", "version": "0.1.1" }, "last_serial": 789376, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "fe5aeba86741b5ab6d1f1680edabc1db", "sha256": "789d8c1a1282ca664768d899cc0d2d52fb286264957bf51082658e255af8b78f" }, "downloads": -1, "filename": "django-cookie-sessions-0.1.tar.gz", "has_sig": false, "md5_digest": "fe5aeba86741b5ab6d1f1680edabc1db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4169, "upload_time": "2011-06-09T14:36:57", "url": "https://files.pythonhosted.org/packages/9c/a1/330cf8d28f100012654cfb9df9f58f226cae31ff069540a3bc5223553400/django-cookie-sessions-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "694c18f13cf167bb6a3e1d01af661f4d", "sha256": "5a226d10951d3ba0baeae4ee63f0e12d2a3e6b0d300ead0beb8ef4d0eb624b41" }, "downloads": -1, "filename": "django-cookie-sessions-0.1.1.tar.gz", "has_sig": false, "md5_digest": "694c18f13cf167bb6a3e1d01af661f4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4215, "upload_time": "2011-06-09T22:10:00", "url": "https://files.pythonhosted.org/packages/84/fa/30b431ad4255b4b36ddbe95ada3015dd845d452c29e0ea34fba99d1532ff/django-cookie-sessions-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "694c18f13cf167bb6a3e1d01af661f4d", "sha256": "5a226d10951d3ba0baeae4ee63f0e12d2a3e6b0d300ead0beb8ef4d0eb624b41" }, "downloads": -1, "filename": "django-cookie-sessions-0.1.1.tar.gz", "has_sig": false, "md5_digest": "694c18f13cf167bb6a3e1d01af661f4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4215, "upload_time": "2011-06-09T22:10:00", "url": "https://files.pythonhosted.org/packages/84/fa/30b431ad4255b4b36ddbe95ada3015dd845d452c29e0ea34fba99d1532ff/django-cookie-sessions-0.1.1.tar.gz" } ] }