CodeIgniter Forums
Cant get $_SESSION - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Cant get $_SESSION (/showthread.php?tid=8040)



Cant get $_SESSION - El Forum - 05-02-2008

[eluser]Unknown[/eluser]
!!!SOLVED!!!!
sorry posted 2 minute too fast
solution for futur reference:
http://codeigniter.com/wiki/Native_session/

I work on a system that has been poorly developped, using two technique.
First: PatTemplate
Second: CodeIgniter

Most of the system is done with the first one, But a couple of page where done using codeigniter.
I was asked to redo some part of it, i choose to work with CI.
I need to access a php session variable set from a pattemplate page.
but simply using $_SESSION['VarName'] does not work.
Any idea why?