Welcome Guest, Not a member yet? Register   Sign In
Session Failures
#25

[eluser]WanWizard[/eluser]
That version isn't online anymore. It was a quick hack, and I wasn't happy with it. I haven't had time to publish an updated version.

And I'm not sure that solves your problem. I think we first have to understand what happens, before we start fixing it. If you don't use ajax, and your rewrite rules are ok, and you only have sequential requests from any given user, than you shouldn't have an issue with sessions and id rotation.

Time for some debugging. Set the 'sess_time_to_update' to something small, like 15 seconds. Enable the profiler, so you can see the contents of the session after each page request. Disable session cookie encryption. Use firebug to see what cookie information is send to the browser, and try to determine what has happened when you seem to loose your session? Is there an ID mismatch? Did the ID rotate? When did this happen?

With regards to rewrites: some (most?) people use very simple rewrite rules, advocated by a lot of people here, that basically say "if it's not an existing directory or file that is requested, rewrite to index.php". Which means that requests for missing images (missing, misspelled, etc) causes a second CI request). It is better to have your assets in an /asset directory, and exclude that directory from rewriting using RewriteCond.


Messages In This Thread
Session Failures - by El Forum - 09-12-2008, 06:46 PM
Session Failures - by El Forum - 09-13-2008, 04:51 AM
Session Failures - by El Forum - 09-13-2008, 05:08 AM
Session Failures - by El Forum - 09-13-2008, 07:47 PM
Session Failures - by El Forum - 09-15-2008, 04:24 PM
Session Failures - by El Forum - 09-15-2008, 07:15 PM
Session Failures - by El Forum - 09-19-2008, 03:18 PM
Session Failures - by El Forum - 09-19-2008, 04:18 PM
Session Failures - by El Forum - 09-21-2008, 12:26 PM
Session Failures - by El Forum - 09-22-2008, 04:22 PM
Session Failures - by El Forum - 09-23-2008, 08:15 AM
Session Failures - by El Forum - 09-23-2008, 01:07 PM
Session Failures - by El Forum - 09-23-2008, 04:01 PM
Session Failures - by El Forum - 11-05-2010, 02:40 AM
Session Failures - by El Forum - 11-05-2010, 02:35 PM
Session Failures - by El Forum - 11-06-2010, 01:40 AM
Session Failures - by El Forum - 11-06-2010, 03:23 AM
Session Failures - by El Forum - 11-06-2010, 03:26 AM
Session Failures - by El Forum - 11-06-2010, 03:34 AM
Session Failures - by El Forum - 11-06-2010, 04:00 AM
Session Failures - by El Forum - 11-06-2010, 04:26 AM
Session Failures - by El Forum - 11-06-2010, 05:55 AM
Session Failures - by El Forum - 11-07-2010, 03:48 AM
Session Failures - by El Forum - 11-07-2010, 03:55 AM
Session Failures - by El Forum - 11-07-2010, 05:24 AM
Session Failures - by El Forum - 11-07-2010, 07:41 AM
Session Failures - by El Forum - 11-07-2010, 08:21 AM
Session Failures - by El Forum - 11-08-2010, 03:31 AM
Session Failures - by El Forum - 04-11-2012, 05:03 PM
Session Failures - by El Forum - 04-11-2012, 06:00 PM
Session Failures - by El Forum - 07-16-2012, 07:43 PM
Session Failures - by El Forum - 07-16-2012, 11:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB