Re: [PHP] How to resume session by id?

2001-08-17 Thread Darius Ivanauskas
On Thu, 16 Aug 2001, Renze Munnik wrote: On Thu, Aug 16, 2001 at 05:41:47PM +0200, Darius Ivanauskas wrote: What we have here: registering variable $Session into current session. This code works perfectly if session id is propogated normally. Bu what i need is to set session_id and

[PHP] How to resume session by id?

2001-08-16 Thread Darius Ivanauskas
I'm getting session id neither from cookie, nor from GET/POST vars, but by parsing url like: http://myserver.com/script.php/session_id/blah/blah How do i resume session by given session_id? Thanks in advance. -- Darius Ivanaukas -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] How to resume session by id?

2001-08-16 Thread Niklas Lampen
out. Niklas Lampen -Original Message- From: Darius Ivanauskas [mailto:[EMAIL PROTECTED]] Sent: 16. elokuuta 2001 16:51 To: [EMAIL PROTECTED] Subject: [PHP] How to resume session by id? I'm getting session id neither from cookie, nor from GET/POST vars, but by parsing url like: http

RE: [PHP] How to resume session by id?

2001-08-16 Thread Darius Ivanauskas
PROTECTED]] Sent: 16. elokuuta 2001 16:51 To: [EMAIL PROTECTED] Subject: [PHP] How to resume session by id? I'm getting session id neither from cookie, nor from GET/POST vars, but by parsing url like: http://myserver.com/script.php/session_id/blah/blah How do i resume session by given

RE: [PHP] How to resume session by id?

2001-08-16 Thread Niklas Lampen
: [PHP] How to resume session by id? On Thu, 16 Aug 2001, Niklas Lampen wrote: Link in HTML like a href=http://www.myserver.com/myfile.php??=SIDLink/a And on the myfile.php you have to do this in the beginning of file: session_start(); In this place it starts a new session because

RE: [PHP] How to resume session by id?

2001-08-16 Thread Darius Ivanauskas
Lampen Cc: [EMAIL PROTECTED] Subject: RE: [PHP] How to resume session by id? On Thu, 16 Aug 2001, Niklas Lampen wrote: Link in HTML like a href=http://www.myserver.com/myfile.php??=SIDLink/a And on the myfile.php you have to do this in the beginning of file: session_start