Complex Session Data |
[eluser]joedy[/eluser]
If you read "what is SESSION data?" in CI user guide, it says "..as far as CodeIgniter is concerned, is simply an array". put a huge of data into SESSION could perform the application slow. I'd searched about session limitation, there is nothing about size limitation of session. You can use CodeIgniter's Hooks feature or usually I used a file called "MY_global_controller" (read: http://ellislab.com/codeigniter/user-gui...asses.html) which I set autoload. hopes this smart ass reply help you out |
Messages In This Thread |
Complex Session Data - by El Forum - 09-28-2010, 05:45 PM
Complex Session Data - by El Forum - 09-28-2010, 08:27 PM
Complex Session Data - by El Forum - 09-28-2010, 08:38 PM
Complex Session Data - by El Forum - 09-28-2010, 09:19 PM
Complex Session Data - by El Forum - 09-28-2010, 09:47 PM
Complex Session Data - by El Forum - 09-28-2010, 10:00 PM
Complex Session Data - by El Forum - 09-28-2010, 10:34 PM
|