Welcome Guest, Not a member yet? Register   Sign In
Session not storing data across functions?
#6

[eluser]theprodigy[/eluser]
configuration of log settings can be found in:
application/config/config.php

There is a variable called: $config['log_threshold']. The instructions are right above it.

The default place to find your logs are:
system/logs

but this can be changed in application/config/config.php as well (the variable right below $config['log_threshold'] is $config['log_path']).

And just for debugging purposes, make sure there is no typos in your setting or retrieving (like setting email, but retrieving emial).
Also make sure you are echoing (or printing) the retrieval, and not just retrieving it.


Messages In This Thread
Session not storing data across functions? - by El Forum - 01-29-2010, 11:32 PM
Session not storing data across functions? - by El Forum - 01-29-2010, 11:36 PM
Session not storing data across functions? - by El Forum - 01-30-2010, 12:17 AM
Session not storing data across functions? - by El Forum - 01-30-2010, 12:21 AM
Session not storing data across functions? - by El Forum - 01-30-2010, 12:52 AM
Session not storing data across functions? - by El Forum - 01-30-2010, 01:31 AM
Session not storing data across functions? - by El Forum - 01-31-2010, 07:28 PM
Session not storing data across functions? - by El Forum - 01-31-2010, 08:58 PM
Session not storing data across functions? - by El Forum - 01-31-2010, 09:08 PM
Session not storing data across functions? - by El Forum - 01-31-2010, 09:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB