Feature Request #4411
Sessions with namespace
| Status: | New | Start date: | 01/19/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Resolution: | Points: | 1 |
Description
I think Kohana should use sessions with namespace, maybe something like ZF:
http://framework.zend.com/manual/en/zend.session.basic_usage.html
The first reason is to avoid collisions with user declared sessions, for example if a user or module decides to use the key: "session_key" then it will break the Auth module.