Re: [PHP-DB] Problem with session function: URL Parameter

2001-09-26 Thread Robert Gruber
"Jason Wong" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 001401c1469c$7c788440$[EMAIL PROTECTED]">news:001401c1469c$7c788440$[EMAIL PROTECTED]... > >-Original Message- > >From: Robert Gruber [mailto:[EMAIL PROTECTED]] > >Sent: 26 September 2001

[PHP-DB] Problem with session function: URL Parameter

2001-09-26 Thread Robert Gruber
I would use the session functions with URL parameter but PHP can't transmit the SID to the link-URL. This methods work: 1. next Result: http://admin/admin.phtml?PHPSESSID=85e6077fd4ff6bdd738707335f283ef5 2. function Test() { window.location.href="admin/admin.phtml?"; } Resu