Posted by iulian.ilea on 12/16/35 11:59
huangkai31@gmail.com wrote:
> Is there any way attach the session id automatically on every links?
> like JSP doing jsession?
>
> iulian.ilea wrote:
> > huangkai31@gmail.com wrote:
> > > Thanks for reading.
> > > I need to solve a problem. In my php code, I need to let user login as
> > > another lower level user account. However, in firefox, if it's opening
> > > in multiple tab, the session keeps into the tab.
> > > How could I solve this problem by force different session values for
> > > multiple tab browser?
> > >
> > > Regards,
> > > Kevin
> >
> > Try to send it by request ($_GET)
Try to set session.use_cookies = 0 in php.ini. If this not works (I
never used sessionID in address bar) try to look in php.net manual at
sessions (http://ro2.php.net/manual/ro/ref.session.php).
[Back to original message]
|