Re: [PHP] Session_start() issue??

2001-12-03 Thread Jim


If you redirect using the full (http://foo.bar/rex...) URL, it may be 
restarting your session. Try using relative URLs.


Hi all,
Has anyone seen this.  I have a login form (login.htm) which calls a login
handler (check_login.php).  If the login is sucessfull the check_login.php
will set a couple session variables, then redirect the user to a menu page. 
The problem I am seeing is that when I call session_start() from the menu
page, I get a new session reference rather than a reference to the session
I started in the check_login.php.  Is there a setting in the php.ini I
should change?

Any thoughts would be greatly appreciated.

Chris

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
Jim Musil
-
Multimedia Programmer
Nettmedia
-
212-629-0004
[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Session_start() issue??

2001-12-03 Thread Jim


Also read about session management at http://php.net/session


Hi all,
Has anyone seen this.  I have a login form (login.htm) which calls a login
handler (check_login.php).  If the login is sucessfull the check_login.php
will set a couple session variables, then redirect the user to a menu page. 
The problem I am seeing is that when I call session_start() from the menu
page, I get a new session reference rather than a reference to the session
I started in the check_login.php.  Is there a setting in the php.ini I
should change?

Any thoughts would be greatly appreciated.

Chris

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
Jim Musil
-
Multimedia Programmer
Nettmedia
-
212-629-0004
[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Session_start() issue??

2001-12-03 Thread Chris Seymour

Hi Jim,
Thanks for you replies.  I was using relative paths and still I got the 
seperate sessions being opened.  The interesting part was this was only 
happening on my dev machine (win32), when I moved the files to a Linux box, 
I did not have the same problem.  Must be something in the IIS or PHP.INI 
on the dev box I guess.

Thanks again.

Chris

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]