Welcome Guest, Not a member yet? Register   Sign In
question to sessions
#2

[eluser]sl3dg3hamm3r[/eluser]
What output do you expect from that snippet? You just set a session-var, but you don't echo anything. You might read your session-var like that:

Code:
echo $this->session->userdata('ausgabeArray');

P.s.: Please note that if you don't use any session-table on the database, the possible length of session-data is restricted.


Messages In This Thread
question to sessions - by El Forum - 05-27-2009, 12:43 AM
question to sessions - by El Forum - 05-27-2009, 01:37 AM
question to sessions - by El Forum - 05-27-2009, 02:25 AM
question to sessions - by El Forum - 05-27-2009, 03:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB