This class stores session variables in a persistent cookie, so when the user returns to the site after the session has expired, the session variables may be reloaded from the cookie, as if the continues the navigating in the site using the same session.
For instance, if you use a session to store information about the data that a user entered on your site, for example items in a shopping cart, it may be important to not loose this data. So the shopping cart information is stored also in a cookie. If there is a problem on the site or on the client 's browser, when user returns, he may resume shopping where he left.
|
|
| Name: |
Cookie session |
| Base name: |
cookiesession |
| Description: |
Store session variables in a cookie when user away |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
3704 users |
| All time rank: |
763 |
| Week users: |
5 users |
| Week rank: |
539  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (80.6%) |
Sufficient (75.0%) |
- |
Good (80.6%) |
- |
- |
Not sure (55.8%) |
1122 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|