PHP SESSIONS

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
User avatar
farid
Forum Commoner
Posts: 54
Joined: Thu Nov 11, 2004 4:20 pm
Location: Mexico

PHP SESSIONS

Post by farid »

Okey here it goes, another problem that it might look under the section the php twilight zone, here it goes:

A site that I have been making for over 5 months manages variable sessions, and it works in a server with its on ip segment, but when you try to make a consult over a different segment of ip, the session just work for 2 consecutive pages. If you try to put session_start in every page at the very beginning of the code it says a warning that the session it has already been started and avoids it. So I've tried to think what it might be the problem.

Hope someone can help me solve this thing.

Thanks!! :roll:
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Do not Cross-Post.
Locked