n00b session problems |
[eluser]stommert[/eluser]
hi, check the 'how sessions work' section from this page. it might have some thing to do with your cookie settings in your config file. the way sessions work in CodeIgniter is different from the way they work in 'normal' php, for various reasons (security, scalability). That is why the session_id changes every 5 minutes (by default). I hope you can make it work |
Messages In This Thread |
n00b session problems - by El Forum - 03-13-2010, 05:06 PM
n00b session problems - by El Forum - 03-14-2010, 03:35 AM
n00b session problems - by El Forum - 03-14-2010, 05:32 AM
n00b session problems - by El Forum - 03-14-2010, 06:49 AM
n00b session problems - by El Forum - 03-15-2010, 01:29 AM
|