[SOLVED] Session userdata is being lost |
[eluser]TheFuzzy0ne[/eluser]
It's not necessarily an issue with htaccess, but rather how CodeIgniter parses the URI. I'm not sure that this should not affect cookies. In the mean time, I'd suggest you try the different URI protocols in config.php, and see if that makes any different. I recommend you get rid of your htaccess file just for now (just rename it), and concentrate on getting the test controller to work properly (you'll need to call everything like this: http://yoursite.tld/index.php/test/arg1/arg2 Once you have this working, then it's time to start messing about with your htaccess file. Once your controller is working without htaccess, if you're having trouble with getting the htaccess to work, please post it and we will take a look at it. However, please note: I don't see the connection between this and cookies, so I'll be surprised if this does fix your issue, but you never know. ![]() |
Messages In This Thread |
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 02:09 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 05:39 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 05:56 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 06:01 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 06:12 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 06:23 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 06:31 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 06:34 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 06:48 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 06:50 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 07:04 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 07:15 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 07:37 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 07:41 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 07:45 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 07:50 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 07:54 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 07:59 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 08:06 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 08:10 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 10:11 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-29-2009, 11:50 PM
[SOLVED] Session userdata is being lost - by El Forum - 06-30-2009, 12:12 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-30-2009, 12:24 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-30-2009, 04:59 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-30-2009, 05:54 AM
[SOLVED] Session userdata is being lost - by El Forum - 06-30-2009, 06:09 AM
|