I'm assuming there has got to be a better answer then this, but I found I
had the same problem is I was using headers to go to the next page, but when
I used the html tags then everything was fine (the SID wasn't getting
passed).


"Murat Ö." <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> i have written
>
> ini_set("session.name", "SID");
>
> before, in page1.php. and i've added it on page2.php before session_start
> and it works.
>
> thanks..
>
>
>
> "Murat Ö." <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > i tried but it didn't work.
> > i wrote in page2.php:
> >
> > <?php
> > session_start();
> > echo $_SESSION['isim'];
> > ?>
> >
> > and i was noticed: "Undefined index: isim in ....."
> >
> > but i have written $_SESSION['isim']='murat' in page1.php
> >
> >
> >
> > "Sascha Cunz" <[EMAIL PROTECTED]> wrote in message
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Just use the session_start() in the second page and they will be
magically
> > there where you've put them in the first page.
> >
> > Sascha
> >
> > Am Samstag, 21. September 2002 17:01 schrieb Murat Ö.:
> > > hi,
> > >
> > > page1.php creates a session and its variables in it in  successfully.
> the
> > > variables and values are created like
> > > $_SESSION['x']='abc'
> > >
> > >  page1.php sends the SID information to page2.php via GET method. how
> can
> > i
> > > access the those variables with SID information in page2.php?
> > >
> > > thanks
> >
> >
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to