Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Session Problems, PHP

Status
Not open for further replies.

chromonium

Programmer
Jun 4, 2002
36
FR
Hello everyone,

Sessions on my server appear not to work, even though all settings are correct.

For instance when i set a session there are no errors. But when i try to get the session variable back ie determine whether it exists (session_is_registered("UID") etc) the response is negative. This being so when I try to print the session (print $UID;) a blank is printing.

This is really confusing me, could it be that the PHP version is too old, if so how can I remedie this?

Many Regards

adam
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top