Re: [PHP] sessions var

2001-12-19 Thread Jim Lucas
AIL PROTECTED]> To: <[EMAIL 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.

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 >

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 [

[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 ). I used session_register and I tried using start_session and still no luck. Once I get the session vars registered, how do I access them from the new

Re: [PHP] Sessions / Var Tracking

2001-01-10 Thread Richard Lynch
> I am interested in logging people in against a MySQL database, and then > storing temporary session data about them that would include anonymity > stats, permissions, and variable tracking from page to page in a MySQL > Database. (As opposed to insecure POST/GET/Cookie methods). I'm a trifl