problem with session...

Can anyone help me?

I have 4 php pages.

Login.php - creates a session of user id;
ulevel.php - queries from db user level of that user id ($ulevel);
list.php - list some result from db;
edit.php - edit values of listed results of list.php;

ulevel.php includes in list.php and edit.php

when i edit and come back to the list.php the $ulevel variable sets to null. this happens only in at the server level, but it works smoothly in localhost…

any idea about this issue…?

I would contact the people who host the server. They probably have something turned or off that doesn’t allow the use of sessions.

Thanx for the reply buddy

Sponsor our Newsletter | Privacy Policy | Terms of Service