Coder Social home page Coder Social logo

pushpinderbagga / codeigniter-my-session Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cnsaturn/codeigniter-my-session

0.0 2.0 0.0 77 KB

Another Codeigniter session library that uses Native PHP session mechanism instead of the original cookie-based way. It also takes memcached as the session datastore.

License: MIT License

codeigniter-my-session's Introduction

查看简体中文版README

Intro

Another CodeIgniter session library that utilizes the Native PHP session mechanism instead of the original CI cookie-based OR DB-based way. It takes Memcached as the session datastore, which will boost the performance of your app. Also, it supports all the original features, such as flash session.

Author

Requirement

HOW TO USE?

  1. Drop libraries/MY_Session.php into your application/libraries folder
  2. Drop system/libraries/Cache folder into your system/libraries folder, overwrite the existing files if needed when prompted.
  3. Load the Session library manually OR you can autoload it in config/autoload.php file.
  4. Use it like you are using the original CI Session library.
  5. That's all, enjoy!

License

The MIT license

codeigniter-my-session's People

Contributors

cnsaturn avatar

Watchers

James Cloos avatar Pushpinder Bagga avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.