[PHP] Re: Session problem

2010-12-21 Thread Walter Caielli
s configuration. ""Walter Caielli"" ha scritto nel messaggio news:bd.40.31041.b7a60...@pb1.pair.com... > I'm facing the following basic problem: > > I have made two simple sample files to explain it: > > 1st file: >session_start(); >$_SESSION[&#

[PHP] Session problem

2010-12-21 Thread Walter Caielli
I'm facing the following basic problem: I have made two simple sample files to explain it: 1st file: ".session_id(); echo 'page 1'; ?> 2nd file "; echo session_name().'+'.session_id(); echo $_SESSION['SS_user']; ?> $_SESSION seems to be empty. Nothing is print. Session Name and