[eluser]cattox[/eluser]
Hi,
thanks for the reply.
All pages belong to the same server, so the first possibility is out of question.
I will give you a more accurate image of my case:
I have a master page with several content. One of them is an iframe witch contains the login page. I choose to do things this way in order to have a controller dedicated to login. So, login page puts some data in session. Then I navigate to other page where I try to access session data. In this new page, if I load session class, I get my session data restarted, but if I dont load it, my session vars are not defined...
As far as I could read in the CI manual about Session, it allways tries to load an existent Session before creates a new one, so this shouldn't be a problem.
I still can't see what I am missing...