Welcome Guest, Not a member yet? Register   Sign In
Trying to Get Session Information to the View
#21

[eluser]pickupman[/eluser]
You don't need to start a new session. The destroy method does recreate a new session. That is why you are having session problems.You are rotating your session id when you really don't want to. Use the code I used before and just unset the keys. No need to load the library twice.

I guess I can't help if you don't use the advice given.
#22

[eluser]yacman[/eluser]
OP, Remove
Code:
$this->session->sess_destroy();
#23

[eluser]php_princess[/eluser]
[quote author="pickupman" date="1348010069"]You don't need to start a new session. The destroy method does recreate a new session. That is why you are having session problems.You are rotating your session id when you really don't want to. Use the code I used before and just unset the keys. No need to load the library twice.

I guess I can't help if you don't use the advice given. [/quote]

I'm sorry you feel like I'm ignoring you. I have a lot going on right now and I'm not thinking the greatest. I think I may take a break from coding until this storm blows over. I'm barely sleeping, we just got robbed, and I just..yeah...need to take a break.

I never meant to offend you... Sad

Yacman: Thank you, and if I also offended you I apologize.
#24

[eluser]yacman[/eluser]
I'm not offended by the internets.




Theme © iAndrew 2016 - Forum software by © MyBB