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. Quote 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? Quote Link to comment https://forums.phpfreaks.com/topic/108079-php-sessions/#findComment-553971 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.