| 
	
 | 
 Posted by Jasen Betts on 02/19/06 03:30 
On 2006-02-18, Tom Peel <notreallytandp@freenet.de> wrote 
> Jasen Betts wrote: 
>> On 2006-02-17, Tom Peel <notreallytandp@freenet.de> wrote: 
>>  
>>>Jasen Betts wrote: 
>>> 
>>>>On 2006-02-16, Tom Peel <notreallytandp@freenet.de> wrote: 
>>  
>>  
>>>>> The manual suggests that session data can be sent in a URL, but does  
>>>>>not explain further. Can someone explain how this is done? 
>>>> 
>>>> 
>>>>try the sample code in the manual. 
>>  
>>  
>> the session_start() page: I have a local copy of the PHP manual. 
>>  
>> file:///usr/share/doc/phpdoc/html/function.session-start.html 
>>  
>>  
>>  
>> Bye. 
>>    Jasen 
> 
>   The only thing I can see here about using URLs are some fragmentary  
> contributions by readers. 
> T. 
 
 this bit, bottom of the first listing. 
 
// Or maybe pass along the session id, if needed 
echo '<br /><a href="page2.php?' . SID . '">page 2</a>'; 
 
 
 
 
 
--  
 
Bye. 
   Jasen
 
[Back to original message] 
 |