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
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
Why in these 3 linked page the var "count"
does not go through the page if I have the browser sessions disabled???
Where is the mistake?
I see the session_id, changing at every page!
Someone can help me?
Many thank
Alessandro Bossi
-
> ".session_encode()."";
?>
3 matches
Mail list logo