chantown Posted May 31, 2008 Share Posted May 31, 2008 What is the maximum size of php sessions? For example, this has been a really weird problem lately. I have a form which a user types a Question. This question is then stored in a Session. Then I Header("Location: ") To redirect to another page, then echo the Session. The weird thing is, sometimes, it works, sometimes it doesn't!! It's really really weird. If I click around my site (logged into my site), then it works. If I just enter my site and post the Question (logged in), it won't work. Link to comment https://forums.phpfreaks.com/topic/108079-php-sessions/ Share on other sites More sharing options...
.josh Posted May 31, 2008 Share Posted May 31, 2008 do you have session_start() on all of your pages, including the initial page where you assign info to your session variable? Link to comment https://forums.phpfreaks.com/topic/108079-php-sessions/#findComment-553971 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.