[PHP] sessions var

2001-12-19 Thread William Sanchez Sanchez
I need some help with sessions. I need to pass variables to a page that will load in a new browser window (window.open(,myWindow,) and form ... target=myWindow). I used session_register and I tried using start_session and still no luck. Once I get the session vars registered, how do I

Re: [PHP] sessions var

2001-12-19 Thread Chris Lee
as long as your start the session on the new page everything will work. are your clients not using cookies? and you have trans-sid enabled? you'll need to pass the SID to the new page then obv. -- Chris Lee [EMAIL PROTECTED] William Sanchez Sanchez [EMAIL PROTECTED] wrote in message

Re: [PHP] sessions var

2001-12-19 Thread Mehmet Kamil ERISEN
One problem that I have with sessions it that if your login page is in www.yoursite.com and the you pop a page yoursite.com I think the Session is not recognized. just a hint. --- William Sanchez Sanchez [EMAIL PROTECTED] wrote: I need some help with sessions. I need to pass variables to a

Re: [PHP] sessions var

2001-12-19 Thread Jim Lucas
PROTECTED] Sent: Wednesday, December 19, 2001 2:18 PM Subject: Re: [PHP] sessions var One problem that I have with sessions it that if your login page is in www.yoursite.com and the you pop a page yoursite.com I think the Session is not recognized. just a hint. --- William Sanchez Sanchez