Re: [PHP] Sessions & Header PROBLEM again!

2001-11-03 Thread Alessandro BOSSI
Hi, thank you for your attention This is only a sample to understand how the session work, in order to use them in a more complex web applications The goal is verify how to pass the var $count through each of the three pages by the php session function Particularly, when as usually, a client has

Re: [PHP] Sessions & Header PROBLEM again!

2001-11-02 Thread Steve Cayford
Don't know offhand what the problem is, but a couple thoughts: 1. Why are you using session_name(mysession) instead of session_name('mysession')? 2. Assuming you have register_globals on, you're trying to pass $count both as a session variable and a post variable. One of these is going to get