mirror of
https://github.com/bcit-ci/CodeIgniter.git
synced 2025-02-20 11:13:29 +08:00
...
parent
42efc77617
commit
e15396d67b
@ -2,8 +2,8 @@
|
||||
[[Category:Libraries::Session]]
|
||||
[[Category:Contributions::Libraries::PHP]]
|
||||
|
||||
[h2] NDB Session Class for CodeIgniter - Version 1.3[/h2]
|
||||
[h2](Last update 27.07.2011)[/h2]
|
||||
[h2] NDB Session Class for CodeIgniter - Version 1.4[/h2]
|
||||
[h2](Last update 03.09.2011)[/h2]
|
||||
|
||||
Native Session makes good use of PHP’s native session handling abilities, but it does not allow the use of a database for session storage. Saving user session data into database is more secure on any type of hosting (Shared ... ). This library overwrites normal native sassion functions too save user data directly into database and gives us some extra functions over CI Session.
|
||||
|
||||
@ -16,6 +16,13 @@ Native Session makes good use of PHP’s native session handling abilities, but
|
||||
[b]Download on BitBucket: [/b]
|
||||
<a href='https://bitbucket.org/Molchy/ndb-session-class-for-codeigniter/downloads'>LINK</a>.
|
||||
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||
<input type="hidden" name="cmd" value="_s-xclick">
|
||||
<input type="hidden" name="hosted_button_id" value="AETGN3YLCJRZC">
|
||||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
||||
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||
</form>
|
||||
|
||||
[h2]Overview[/h2]
|
||||
|
||||
- Is based on Native Session but has database functionality built in.
|
||||
|
Loading…
x
Reference in New Issue
Block a user